git.fiddlerwoaroof.com
Source/AGRegex/Documentation/AGRegex/Classes/AGRegexMatch/AGRegexMatch.html
0c532ca4
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
     "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
 <html><HEAD>
     <title>API Documentation</title>
 	<meta name="generator" content="HeaderDoc">
 </HEAD>
 <BODY bgcolor="#ffffff">
 <H1>AGRegexMatch</H1><hr>
 A single occurence of a regular expression.
 <hr><br>
 An AGRegexMatch represents a single occurence of a regular expression within the target string. The range of each subpattern within the target string is returned by -range, -rangeAtIndex:, or -rangeNamed:. The part of the target string that matched each subpattern is returned by -group, -groupAtIndex:, or -groupNamed:.
 <br><br>
 <hr><br><center>(Last Updated 9/12/2003)
 <br><font size="-1">HTML documentation generated by <a href="http://www.opensource.apple.com/projects" target="_blank">HeaderDoc</a></font>
 </center>
 </BODY>
 </HTML>