contains(String str): boolean
Indicates whether or not the specified string is contained within this string.
Input Parameters
str | String The string to search for. |
Return Value
Boolean Returns true if this string contains the specified string, false otherwise. |