MemoryExtensionsSplitOnceLast Method

Overload List

SplitOnceLast(ReadOnlyMemoryChar, ReadOnlySpanChar, StringComparison) Splits a read-only memory region of characters into two parts at the last occurrence of a separator.
SplitOnceLast(ReadOnlySpanChar, ReadOnlySpanChar, StringComparison) Splits a span of characters into two parts at the last occurrence of a separator.
SplitOnceLast(ReadOnlyMemoryChar, ReadOnlySpanChar, CultureInfo, CompareOptions) Splits a read-only memory region of characters into two parts at the first occurrence of a separator.
SplitOnceLast(ReadOnlySpanChar, ReadOnlySpanChar, CultureInfo, CompareOptions) Splits a span of characters into two parts at the last occurrence of a separator.
SplitOnceLastT(ReadOnlyMemoryT, T) Splits a ReadOnlyMemoryT into two parts at the last occurrence of a separator.
SplitOnceLastT(ReadOnlyMemoryT, ReadOnlySpanT) Splits a ReadOnlyMemoryT into two parts at the last occurrence of a separator.
SplitOnceLastT(ReadOnlySpanT, T) Splits a ReadOnlySpanT into two parts at the last occurrence of a separator.
SplitOnceLastT(ReadOnlySpanT, ReadOnlySpanT) Splits a ReadOnlySpanT into two parts at the first occurrence of a separator.

See Also