| StripSuffix(ReadOnlyMemoryChar, ReadOnlySpanChar, StringComparison) | Removes a suffix from a read-only memory region of characters. |
| StripSuffix(ReadOnlySpanChar, ReadOnlySpanChar, StringComparison) | Removes a suffix from a span of characters. |
| StripSuffix(ReadOnlyMemoryChar, ReadOnlySpanChar, CultureInfo, CompareOptions) | Removes a suffix from a read-only memory region of characters. |
| StripSuffix(ReadOnlySpanChar, ReadOnlySpanChar, CultureInfo, CompareOptions) | Removes a suffix from a span of characters. |
| StripSuffixT(ReadOnlyMemoryT, ReadOnlySpanT) | Removes a suffix from a ReadOnlyMemoryT. |
| StripSuffixT(ReadOnlySpanT, ReadOnlySpanT) | Removes a suffix from a ReadOnlySpanT. |