Gets the regular expression specified by a matching pattern, optionally specifying processing options.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- pattern
- Type: System String
Pattern to match
- ignoreCase
- Type: System Boolean
If true, the regular expression is case insensitive
Return Value
Type: RegexSee Also