astring.lastIndexOfAny
Back to lastIndexOfAny overloads
nint lastIndexOfAny(const achar[] this, overload const achar[] match, bool caseInsensitive = false)Finds the last character contained in a set.
Parameters
const achar[]
this
overload const achar[]
match
Characters to find.
bool
caseInsensitive = false
Uses ASCII case-insensitive comparison.
Generated with campc 0.12.0-preview.1.