public native startsWith(prefix as String) as Boolean
Returns true if this string starts with the provided prefix.
True when this string starts with prefix.
assert "Hello World".startsWith("Hello")