From: Vincent Bray Date: Thu, 6 Mar 2008 04:25:36 +0000 (+0000) Subject: Backport r634154 (Fix mixed up descriptions of regex tokens) X-Git-Tag: 2.2.9~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cbc8e0d742685f896913622f4abe98c15b5463;p=thirdparty%2Fapache%2Fhttpd.git Backport r634154 (Fix mixed up descriptions of regex tokens) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@634157 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml index ed8faef34e3..0ba25cfeef0 100644 --- a/docs/manual/rewrite/rewrite_intro.xml +++ b/docs/manual/rewrite/rewrite_intro.xml @@ -96,10 +96,9 @@ timesa+ matches a, aa, *Repeats the previous match zero or more times.a* matches all the same things a+ matches, but will also match an empty string. -?Makes the match optional. -.Matches any -charactercolou?r will match color and -colour. +?Makes the match optional. +colou?r will match color and colour. + ^Called an anchor, matches the beginning of the string^a matches a string that begins with a