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 methodFromItems
Gets the lazy value from the given items
(Inherited from CMSLazyTValue.)
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also