| ContainsAny(ReadOnlySpanChar, SearchValuesPolyfillChar) | Searches for an occurrence of any of the specified characters and returns true if found. If not found, returns false. |
| ContainsAny(ReadOnlySpanChar, ReadOnlySpanChar) | Indicates whether a read-only span of Unicode characters contains one of the Unicode characters that are passed to the method in another span. |
| ContainsAny(ReadOnlySpanChar, String) | Indicates whether a read-only character span contains one of the Unicode characters that are passed to the method as a string. |
| ContainsAny(ReadOnlySpanChar, Char, Char) | Indicates whether a read-only character span contains one of the two characters that are passed to the method as arguments. |
| ContainsAny(ReadOnlySpanChar, Char, Char, Char) | Indicates whether a character span contains one of the three characters that are passed to the method as arguments. |