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.
Assembly: System (in System.dll)
Property Value
Type: System.Text.RegularExpressions.RegexOptionsThe 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.
Show: