Returns true if the second parameter is a prefix of the first one without considering case.
String
startWithIgnoreCase(<parameters>)
Parameter | Type |
---|---|
string | string |
prefix | string |
startWithIgnoreCase(<string>,<string>)
Return a boolean.
startWithIgnoreCase("rowing is great", "RO")
Returns true.