Contains_Exactly
Checks whether the source string contains a search string. The check is case-sensitive.
| SYNTAX |
|
||||
| ARGUMENTS |
|
||||
| RETURN |
TRUE = The source string contains the search string.
FALSE = The source string does not contain the search string. |
||||
| EXAMPLE |
|