Last Updated: Dec 10, 2020
Use this function to check if the 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 |
To view all the Text functions, click here.