CMSRegexGetDefaultOptions Method |
Gets the default options for a regular expression
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static RegexOptions GetDefaultOptions(
bool ignoreCase
)
Parameters
- ignoreCase
- Type: SystemBoolean
If true, the regular expression is case insensitive
Return Value
Type:
RegexOptionsSee Also