NAnt SDK Documentation - v0.92 |
|
RegexTask.Input Property
Represents the input for the regular expression.
[Visual Basic]
<StringValidator(AllowEmpty:=True, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="input", ExpandProperties:=True, ProcessXml:=True)>
Public Property Input As
String
[C#]
[StringValidator(AllowEmpty=True, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="input", ExpandProperties=True, ProcessXml=True)]
public
string Input {get; set;}
Property Value
The input for the regular expression.
See Also
RegexTask Class | NAnt.Core.Tasks Namespace