bool endsWith(IStr str, IStr end)
Returns true if the string ends with the specified substring.
bool endsWith(IStr str, char end)
Returns true if the string ends with the specified character.