Click or drag to resize
CMSRegexIgnoreCase Field
Defines the options for ignoring case within regular expression

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public const RegexOptions IgnoreCase = RegexOptions.None|RegexOptions.IgnoreCase|RegexOptions.CultureInvariant

Field Value

Type: RegexOptions
See Also