GrepTask.

Pattern Property

Summary

Specifies the regular-expression to search for.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
GrepTask

Syntax

[TaskAttribute("pattern", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Pattern { get; set; }

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string