Go to the first, previous, next, last section, table of contents.


Regular Expressions

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.


Go to the first, previous, next, last section, table of contents.