SpanPolyfillExtensionLastIndexOfAnyExcept Method

Overload List

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

See Also