containIgnoreCase
Checks if the second argument string is contained in the first argument string, without taking into account the case.
Category
String
Function syntax
containIgnoreCase(<parameters>)
Parameters
Parameter
Type
string
string
string searched
string
Signature and returned type
containIgnoreCase(<string>,<string>)
Returns a boolean.
Example
containIgnoreCase("rowing is great", "GREAT")
Returns true.
recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9