Fast prefix-checker. Copied from Closure's goog.string.startsWith.
The string to check.
A string to look for at the start of str.
str
True if str begins with prefix.
prefix
Fast prefix-checker. Copied from Closure's goog.string.startsWith.