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.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
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