Share via


NSRegularExpressionOptions Enum

Definition

Defines options for use with NSRegularExpression objects.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSRegularExpressionOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSRegularExpressionOptions = 
Inheritance
NSRegularExpressionOptions
Attributes

Fields

Name Value Description
CaseInsensitive 1
AllowCommentsAndWhitespace 2
IgnoreMetacharacters 4
DotMatchesLineSeparators 8
AnchorsMatchLines 16
UseUnixLineSeparators 32
UseUnicodeWordBoundaries 64

Applies to