Search

Contains

Last Updated: Mar 8, 2023

Articles

Use this function to check if search string is present in the input string.

Syntax

Contains (input, search_string)

Parameters

Input Parameter Name Description
input input string
search_string String to be searched inside the input string

Returns

Return value Description
text Returns True or False

Sample

Contains (abcde, cd)

  • Checks if the string cd exists in the string abcde.
    Returns True.

To view all the Text functions, click here.

Did you find what you were looking for?