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