StringExtensionsIndexOfAnyRegEx Method

Overload List

IndexOfAnyRegEx(String, IEnumerableString, RegexOptions) Reports the zero-based index of the first occurrence in this instance of any Regex expression in a specified array.
IndexOfAnyRegEx(String, IEnumerableString, Int32, RegexOptions) Reports the zero-based index of the first occurrence in this instance of any Regex expression in a specified array.
IndexOfAnyRegEx(String, IEnumerableString, Int32, Int32, RegexOptions) Reports the zero-based index of the first occurrence in this instance of any Regex expression in a specified array.

See Also