Checks
whether a given string contains a second given string.
Syntax contains(string, string)
ParametersTwo
string values separated by commas. contains checks
if the first string contains the second string.
ReturnsA
Boolean value of True if the first parameter contains
the second parameter, otherwise False.
|
|
|