string.startsWith
bool startsWith(const char[] this, overload const char[] match, bool caseInsensitive = false)Returns true when the text starts with a span.
Parameters
const char[]
this
overload const char[]
match
Prefix to test.
bool
caseInsensitive = false
Uses the UTF-8 helper's case-insensitive comparison.
Generated with campc 0.12.0-preview.1.