From: Vincent Bray Date: Thu, 6 Mar 2008 04:19:56 +0000 (+0000) Subject: Fix mixed up descriptions of regex tokens. X-Git-Tag: 2.3.0~902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70af672f577574b7856ea072bd2d135d6c9802a8;p=apache Fix mixed up descriptions of regex tokens. Submitted by: Shawn Ashlee (shawn.ashlee rackspace.com) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634154 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml index 65d8116009..d90c662708 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