Check if string starts with prefix
Returns true if s starts with the specified prefix.
s
prefix
s (String): The string to check.
String
prefix (String): The prefix to look for.
True if s starts with prefix.