ReadOnlySpanExtensionPolyfillExtension Class

Extension methods, which act as Polyfills for the extension methods of the ReadOnlySpanExtension class.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
C#
public static class ReadOnlySpanExtensionPolyfillExtension
Inheritance
Object    ReadOnlySpanExtensionPolyfillExtension

Methods

LastIndexOfSpecifies the zero based index position of the last occurrence of a specified string in span. The search begins at a specified character position and runs backwards to the beginning of the character span for a specified number of character positions. A parameter specifies the type of comparison to be performed when searching for the specified string.
LastIndexOfAnyReturns the zero-based index of the last occurrence of one of the specified characters in span. The search begins at a specified character position and runs a specified number of character positions backwards to the beginning of the span.

See Also