Checks if the first argument string ends with a specific string (second argument string), not taking into account the case.
String
endWithIgnoreCase(<parameters>)
Parameter | Type |
---|---|
string | string |
suffix | string |
endWithIgnoreCase(<string>,<string>)
Returns a boolean.
endWithIgnoreCase("rowing is great", "AT")
Returns true.