System.Text.RegularExpressions.RegexOptions.ECMAScript Field

Enables ECMAScript-compliant behavior for the expression. This value can be used only in conjunction with the RegexOptions.IgnoreCase, RegexOptions.Multiline, and RegexOptions.Compiled values. The use of this value with any other values results in an exception.

Syntax

RegexOptions ECMAScript

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0