NSRegularExpressionOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |