RegexHelperGetRegex Method (String) |
Gets the regular expression specified by a matching pattern.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntaxpublic static Regex GetRegex(
string pattern
)
Parameters
- pattern
- Type: SystemString
Pattern to match
Return Value
Type:
Regex
See Also