CMSRegex Constructor (String, Boolean) |
Constructor
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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