Last Updated: Sep 13, 2021
Use this function to check if search string is present in the input string.
Contains (input, search_string)
Input Parameter Name | Description |
---|---|
input | input string |
search_string | String to be searched inside the input string |
Return value | Description |
---|---|
text | Returns True or False |
Contains (abcde, cd)
To view all the Text functions, click here.