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