wstring.indexOfAny

nint indexOfAny(const wchar[] this, overload const uchar[] match, bool caseInsensitive = false)

Finds the first scalar value contained in a set.

Parameters

const wchar[]
this
overload const uchar[]
match

Scalar values to find.

bool
caseInsensitive = false

Uses the UTF-16 helper's case-insensitive comparison.

Generated with campc v0.9.3-preview.1+25e440d1e668df920a8d3889de73cea026e5710c.