ContainsString
The ContainsString function searches for an occurrence of one specified string within another.
Syntax
Copy Code | |
---|---|
bool ContainsString( string sourceString, string searchString, bool ignoreCase ); |
Parameters
Return Values
Returns true if searchString was found within sourceString; false if not.