CMSRegexEnsureCorrectOptions Method |
Adds CultureInvariant option when there is ignore case to ensure correct behavior in Turkish culture.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static RegexOptions EnsureCorrectOptions(
RegexOptions options
)
Parameters
- options
- Type: System.Text.RegularExpressionsRegexOptions
Options to be modified
Return Value
Type:
RegexOptionsSee Also