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