Click or drag to resize
CMSRegex Constructor (String, Boolean)
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public CMSRegex(
	string pattern,
	bool ignoreCase
)

Parameters

pattern
Type: SystemString
Expression pattern
ignoreCase
Type: SystemBoolean
If true, the regular expression is case insensitive
See Also