string.lastIndexOfAny
Back to lastIndexOfAny overloads
nint lastIndexOfAny(const char[] this, overload const uchar[] match, bool caseInsensitive = false)Finds the last scalar value contained in a set.
Parameters
const char[]
this
overload const uchar[]
match
Scalar values to find.
bool
caseInsensitive = false
Uses the UTF-8 helper's case-insensitive comparison.
Generated with campc 0.12.0-preview.1.