Click or drag to resize
CMSRegex Methods

The CMSRegex type exposes the following members.

Methods
  NameDescription
Protected methodCanInitialize
Returns true, if the object value can initialize
(Inherited from CMSLazyTValue.)
Public methodStatic memberEnsureCorrectOptions
Adds CultureInvariant option when there is ignore case to ensure correct behavior in Turkish culture.
Public methodStatic memberGetDefaultOptions
Gets the default options for a regular expression
Public methodIsMatch
Returns true if the given pattern is found within the input string
Public methodMatch
Searches the specified input string for the first occurrence of the regular expression
Public methodMatches
Searches the specified input for all recurrences of regular expression
Protected methodNewValue
Creates a new value using the initializer
(Inherited from CMSLazyTValue.)
Public methodReplace(String, MatchEvaluator)
Replaces the specified pattern within the given input with the given replacement
Public methodReplace(String, String, Boolean)
Replaces the specified pattern within the given input with the given replacement
Public methodReset
Resets the state of the object to re-initialize the value on the next request
(Inherited from CMSLazyTValue.)
Top
See Also