containIgnoreCase 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
8fe209f2-717b-4d36-904c-71a9532007af