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