astring.startsWith

bool startsWith(const achar[] this, overload achar match, bool caseInsensitive = false)

Returns true when the text starts with an ASCII character.

Parameters

const achar[]
this
overload achar
match

Prefix character to test.

bool
caseInsensitive = false

Uses ASCII case-insensitive comparison.

Generated with campc 0.12.0-preview.1.