From 345e660212ea62e4ea84a442c6fb4cf874f698a1 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Feb 2000 11:44:06 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1