startsWith

Returns true if this string starts with the given prefix.

Syntax
aString startsWith (prefix)
Parameters
prefix - String
The prefix string.
Return Value
True if this string starts with the given prefix.