RegexHelperGetRegex Method (String, RegexOptions) |
Gets the regular expression specified by a matching pattern, optionally specifying processing options.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static Regex GetRegex(
string pattern,
RegexOptions options
)
Parameters
- pattern
- Type: SystemString
Pattern to match - options
- Type: System.Text.RegularExpressionsRegexOptions
Processing options
Return Value
Type:
RegexSee Also