CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 12/04/24 08:04:00
Index: html_node/Regular-Expressions.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Regular-Expressions.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- html_node/Regular-Expressions.html 2 Mar 2012 09:28:30 -0000 1.10 +++ html_node/Regular-Expressions.html 24 Apr 2012 08:03:56 -0000 1.11 @@ -1,8 +1,8 @@ <html lang="en"> <head> -<title>Regular Expressions - GNU Grep 2.11</title> +<title>Regular Expressions - GNU Grep 2.12</title> <meta http-equiv="Content-Type" content="text/html"> -<meta name="description" content="GNU Grep 2.11"> +<meta name="description" content="GNU Grep 2.12"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Invoking.html#Invoking" title="Invoking"> @@ -46,7 +46,7 @@ <h2 class="chapter">3 Regular Expressions</h2> -<p><a name="index-regular-expressions-182"></a> +<p><a name="index-regular-expressions-189"></a> A <dfn>regular expression</dfn> is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic expressions, by using various operators to combine smaller expressions.
