comparison man/search.texi @ 68699:01a45acfbdc6

(Regexp Backslash): Clarification.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 2006 00:15:47 +0000
parents dc2d5a6655a3
children 704ddb133dad c5406394f567
comparison
equal deleted inserted replaced
68698:1380f781e6f3 68699:01a45acfbdc6
735 @cindex shy group, in regexp 735 @cindex shy group, in regexp
736 specifies a ``shy'' group that does not record the matched substring; 736 specifies a ``shy'' group that does not record the matched substring;
737 you can't refer back to it with @samp{\@var{d}}. This is useful 737 you can't refer back to it with @samp{\@var{d}}. This is useful
738 in mechanically combining regular expressions, so that you 738 in mechanically combining regular expressions, so that you
739 can add groups for syntactic purposes without interfering with 739 can add groups for syntactic purposes without interfering with
740 the numbering of the groups that were written by the user. 740 the numbering of the groups that are meant to be referred to.
741 741
742 @item \@var{d} 742 @item \@var{d}
743 matches the same text that matched the @var{d}th occurrence of a 743 matches the same text that matched the @var{d}th occurrence of a
744 @samp{\( @dots{} \)} construct. 744 @samp{\( @dots{} \)} construct.
745 745