From: Ralf S. Engelschall Date: Sat, 5 Feb 2000 11:44:06 +0000 (+0000) Subject: Fix description of regex quantifiers. X-Git-Tag: 1.3.12~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=345e660212ea62e4ea84a442c6fb4cf874f698a1;p=apache Fix description of regex quantifiers. Submitted by: Carl van Tast Reviewed by: Ralf S. Engelschall PR: 5614 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index acd5009cae..cbd9e95945 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1364,7 +1364,7 @@ Some hints about the syntax of regular expressions: Quantifiers: ? 0 or 1 of the preceding text - * 0 or N of the preceding text (N > 1) + * 0 or N of the preceding text (N > 0) + 1 or N of the preceding text (N > 1) Grouping: