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

RegexTask.Input Property

[This is preliminary documentation and subject to change.]

Represents the input for the regular expression.

[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Name:="input", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Input As String
[C#]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="input", Required=True, ExpandProperties=True, ProcessXml=True)]
public string Input {get; set;}

Property Value

The input for the regular expression.

Remarks

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

See Also

RegexTask Class | NAnt.Core.Tasks Namespace