Top Level
Components
Guides
Documenting
Defined in carb/extras/StringSafe.h
Test if one string is a prefix of the other.
str – [in] The string to test.
prefix – [in] The prefix to test on str.
str
true if str begins with prefix.
true
prefix
false otherwise.
false