From: Joshua Slive Date: Mon, 12 Jul 2004 18:41:24 +0000 (+0000) Subject: Mention what type of regex we use, and reference the glossary. X-Git-Tag: pre_ajp_proxy~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=370ae61f487a270fc850e5eb0dea8e6eb7836a08;p=apache Mention what type of regex we use, and reference the glossary. PR: 29732 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index 5f35588bb1..a34e709f04 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -98,9 +98,9 @@
regex
-
A regular expression, which is a way of describing a - pattern to match in text. The directive definition will - specify what the regex is matching against.
+
A Perl-compatible regular + expression. The directive definition will specify what the + regex is matching against.
extension
diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index 8f62e5b295..b5c86431f7 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -1,7 +1,7 @@ - +