bool startsWith(IStr str, IStr start)
Returns true if the string starts with the specified substring.
bool startsWith(IStr str, char start)
Returns true if the string starts with the specified character.