GetRegex(string, RegexOptions)
Gets a cached regular expression. This method is used by JetBrains.Annotations.RegexPatternAttribute.
Declaration
public static Regex GetRegex(string pattern, RegexOptions options)
Parameters
Type | Name | Description |
---|---|---|
string | pattern | |
RegexOptions | options |
Returns
Type | Description |
---|---|
Regex |