Click or drag to resize
CMSRegexGetDefaultOptions Method
Gets the default options for a regular expression

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static RegexOptions GetDefaultOptions(
	bool ignoreCase
)

Parameters

ignoreCase
Type: SystemBoolean
If true, the regular expression is case insensitive

Return Value

Type: RegexOptions
See Also