Options Property
Collapse the table of content
Expand the table of content

Regex.Options Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the options passed into the Regex constructor.

Namespace:  System.Text.RegularExpressions
Assembly:  System (in System.dll)

'Declaration
Public ReadOnly Property Options As RegexOptions

Property Value

Type: System.Text.RegularExpressions.RegexOptions
The options parameter that was passed into the Regex constructor.

The value of the Options property consists of one or more members of the RegexOptions enumeration. If no options were defined in the Regex class constructor, its value is RegexOptions.None.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft