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