| StripPrefix(ReadOnlyMemoryChar, ReadOnlySpanChar, StringComparison) | Removes a prefix from a read-only memory region of characters. | 
| StripPrefix(ReadOnlySpanChar, ReadOnlySpanChar, StringComparison) | Removes a prefix from a span of characters. | 
| StripPrefix(ReadOnlyMemoryChar, ReadOnlySpanChar, CultureInfo, CompareOptions) | Removes a prefix from a read-only memory region of characters. | 
| StripPrefix(ReadOnlySpanChar, ReadOnlySpanChar, CultureInfo, CompareOptions) | Removes a prefix from a span of characters. | 
| StripPrefixT(ReadOnlyMemoryT, ReadOnlySpanT) | Removes a prefix from a ReadOnlyMemoryT. | 
| StripPrefixT(ReadOnlySpanT, ReadOnlySpanT) | Removes a prefix from a ReadOnlySpanT. |