| IndexOfAnyExcept(SpanChar, SearchValuesPolyfillChar) |
Searches for the first index of any character other than the specified values.
|
| IndexOfAnyExcept(SpanChar, Char) | Returns the index of the first character in the
span that is not equal to value. |
| IndexOfAnyExcept(SpanChar, ReadOnlySpanChar) |
Searches for the first index of any character other than the specified values.
|
| IndexOfAnyExcept(SpanChar, String) |
Searches for the first index of any character other than the specified values.
|
| IndexOfAnyExcept(SpanChar, Char, Char) |
Searches for the first index of any character other than the specified value0
or value1.
|
| IndexOfAnyExcept(SpanChar, Char, Char, Char) |
Searches for the first index of any character other than the specified value0,
value1, or value2.
|