Click or drag to resize
RegexHelper Class
Regular expression helper.
Inheritance Hierarchy
SystemObject
  CMS.HelpersRegexHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class RegexHelper

The RegexHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultOptions
Default regular expression options.
Top
Methods
  NameDescription
Public methodStatic memberGetRegex(String)
Gets the regular expression specified by a matching pattern.
Public methodStatic memberGetRegex(String, Boolean)
Gets the regular expression specified by a matching pattern, optionally specifying processing options.
Public methodStatic memberGetRegex(String, RegexOptions)
Gets the regular expression specified by a matching pattern, optionally specifying processing options.
Top
See Also