NSRegularExpressionOptions Enum

Definition

Defines options for use with NSRegularExpression objects.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NSRegularExpressionOptions
type NSRegularExpressionOptions = 
Inheritance
NSRegularExpressionOptions
Attributes

Fields

AllowCommentsAndWhitespace 2
AnchorsMatchLines 16
CaseInsensitive 1
DotMatchesLineSeparators 8
IgnoreMetacharacters 4
UseUnicodeWordBoundaries 64

Applies to