comparison man/search.texi @ 50604:f37984f93151

(Regexps): Ref to Lisp manual for more regexp features.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:06:35 +0000
parents 632746dc04e4
children 695cf19ef79e
comparison
equal deleted inserted replaced
50603:86ea12469954 50604:f37984f93151
382 Search}. 382 Search}.
383 383
384 @node Regexps, Search Case, Regexp Search, Search 384 @node Regexps, Search Case, Regexp Search, Search
385 @section Syntax of Regular Expressions 385 @section Syntax of Regular Expressions
386 @cindex syntax of regexps 386 @cindex syntax of regexps
387
388 This manual describes regular expression features that users
389 typically want to use. There are additional features that are
390 mainly used in Lisp programs; see @ref{Regular Expressions,,,
391 elisp, the same manual}.
387 392
388 Regular expressions have a syntax in which a few characters are 393 Regular expressions have a syntax in which a few characters are
389 special constructs and the rest are @dfn{ordinary}. An ordinary 394 special constructs and the rest are @dfn{ordinary}. An ordinary
390 character is a simple regular expression which matches that same 395 character is a simple regular expression which matches that same
391 character and nothing else. The special characters are @samp{$}, 396 character and nothing else. The special characters are @samp{$},