RegexHelper MembersKentico 8.0 API Reference
The RegexHelper type exposes the following members.
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.
Back to Top
Properties

  NameDescription
Public propertyStatic memberDefaultOptions
Default regular expression options.
Back to Top
See Also