Controlla se la prima stringa di argomento termina con una stringa specifica (seconda stringa di argomento), senza tenere conto del caso.
Stringa
endWithIgnoreCase(<parameters>)
Parametro | Tipo |
---|---|
stringa | stringa |
suffisso | stringa |
endWithIgnoreCase(<string>,<string>)
Restituisce un valore booleano.
endWithIgnoreCase("rowing is great", "AT")
Restituisce true.