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
b22c9c5d-9208-48f4-b874-1cefb8df4d76