NAnt SDK Documentation - v0.85-nightly-2005-11-09

RegexTask.Options Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.RegexTask.Options

See Also

RegexTask Class | NAnt.Core.Tasks Namespace