From 70af672f577574b7856ea072bd2d135d6c9802a8 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Thu, 6 Mar 2008 04:19:56 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/rewrite_intro.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.40.0