astring.lastIndexOf
nint lastIndexOf(const achar[] this, overload achar match, bool caseInsensitive = false)Finds the last matching ASCII character.
const achar[]
this
overload achar
match
Character to find.
bool
caseInsensitive = false
Uses ASCII case-insensitive comparison.
nint lastIndexOf(const achar[] this, overload const achar[] match, bool caseInsensitive = false)Finds the last matching ASCII span.
const achar[]
this
overload const achar[]
match
Text to find.
bool
caseInsensitive = false
Uses ASCII case-insensitive comparison.
Generated with campc 0.12.0-preview.1.