Top Level
Components
Guides
Documenting
Defined in omni/extras/StringHelpers.h
Checks a string to see if it begins with a given prefix.
str – The string to check
prefix – The possible prefix to check for
true if str starts with prefix; false otherwise
true
str
prefix
false