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

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

Applies to