strHasPrefix
Looks whether the string @str begins with @prefix.
Return
true if @str begins with @prefix, false otherwise
Since
2.2
Parameters
str
a string to look in
prefix
the prefix to look for
Looks whether the string @str begins with @prefix.
true if @str begins with @prefix, false otherwise
2.2
a string to look in
the prefix to look for