startsWith

fnbool startsWith(IStr str, IStr start)

Returns true if the string starts with the specified substring.

fnbool startsWith(IStr str, char start)

Returns true if the string starts with the specified character.