| IndexOfAny(String, String) | Gets the zero-based index of the first occurrence in the specified String s of any string in the specified set by case-sensitive ordinal comparison. |
| IndexOfAny(String, StringComparison, String) | Gets the zero-based index of the first occurrence in the specified String s of any string in the specified set using a specific comparison. |