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
133 // submatch choices, and here this package diverges from POSIX.
443 // in Expand, so for instance $1 represents the text of the first submatch.
537 // in Expand, so for instance $1 represents the text of the first submatch.
723 // subexpressions, as defined by the 'Submatch' descriptions in the package
748 // the submatch with the corresponding index; other names refer to
870 // its subexpressions, as defined by the 'Submatch' and 'Index' descriptions
879 // its subexpressions, as defined by the 'Submatch' description in the
898 // matches, if any, of its subexpressions, as defined by the 'Submatch' and
908 // by the 'Submatch' and 'Index' descriptions in the package comment. A