Lines Matching refs:submatch
27 // Find(All)?(String)?(Submatch)?(Index)?
39 // If 'Submatch' is present, the return value is a slice identifying the
43 // parenthesis. Submatch 0 is the match of the entire expression, submatch 1
48 // the nth submatch. The pair for n==0 identifies the match of the entire
50 // text of the match/submatch. If an index is negative, it means that
147 // submatch choices, and here this package diverges from POSIX.
459 // in Expand, so for instance $1 represents the text of the first submatch.
558 // in Expand, so for instance $1 represents the text of the first submatch.
757 // subexpressions, as defined by the 'Submatch' descriptions in the package
783 // the submatch with the corresponding index; other names refer to
905 // its subexpressions, as defined by the 'Submatch' and 'Index' descriptions
914 // its subexpressions, as defined by the 'Submatch' description in the
934 // matches, if any, of its subexpressions, as defined by the 'Submatch' and
944 // by the 'Submatch' and 'Index' descriptions in the package comment. A