HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: MatchCollection RegexMatchesIgnoreCase(this string, string)Declarationpublic static MatchCollection RegexMatchesIgnoreCase(
this string input,
string pattern
) Summary
Searches the specified input string for all occurrences of a specified regular expression
pattern. Parametersthis string | input |
The string to search for a match. | string | pattern |
The regular expression pattern to match. |
Returns
A collection of the Match objects found by the search. If no matches are found, the method returns an empty
collection object. |