NAnt SDK Documentation - v0.92

RegexTask.Options Property

A comma separated list of options to pass to the regex engine. The default is None.

[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=False, Name:="options", ExpandProperties:=True, ProcessXml:=True)>
Public Property Options As RegexOptions
[C#]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=False, Name="options", ExpandProperties=True, ProcessXml=True)]
public System.Text.RegularExpressions.RegexOptions Options {get; set;}

See Also

RegexTask Class | NAnt.Core.Tasks Namespace