Looks whether the string str begins with prefix.
a string to look in
the prefix to look for
true if str begins with prefix, false otherwise
Looks whether the string str begins with prefix.