astring.endsWith
bool endsWith(const achar[] this, overload achar match, bool caseInsensitive = false)Returns true when the text ends with an ASCII character.
const achar[]
this
overload achar
match
Suffix character to test.
bool
caseInsensitive = false
Uses ASCII case-insensitive comparison.
bool endsWith(const achar[] this, overload const achar[] match, bool caseInsensitive = false)Returns true when the text ends with an ASCII span.
const achar[]
this
overload const achar[]
match
Suffix to test.
bool
caseInsensitive = false
Uses ASCII case-insensitive comparison.
Generated with campc 0.12.0-preview.1.