Click or drag to resize
CMSRegexEnsureCorrectOptions Method
Adds CultureInvariant option when there is ignore case to ensure correct behavior in Turkish culture.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static RegexOptions EnsureCorrectOptions(
	RegexOptions options
)

Parameters

options
Type: System.Text.RegularExpressionsRegexOptions
Options to be modified

Return Value

Type: RegexOptions
See Also