| www.delorie.com/gnu/docs/elisp-manual-21/elisp_565.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A regular expression (regexp, for short) is a pattern that denotes a (possibly infinite) set of strings. Searching for matches for a regexp is a very powerful operation. This section explains how to write regexps; the following section says how to search for them.
34.2.1 Syntax of Regular Expressions Rules for writing regular expressions. 34.2.3 Regular Expression Functions Functions for operating on regular expressions. 34.2.2 Complex Regexp Example Illustrates regular expression syntax.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |