Match Class

Summary

Encapsulation of a match of a regular-expression with the associated named capture-groups.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Match"] class Type type-node

Syntax

public class Match

Properties

Name Value Summary
this[string] string
Gets or sets the value for a capture group.

Methods

Name Value Summary
WriteXml(XmlTextWriter) void
Writes this match to an System.Xml.XmlTextWriter.