From: Stefan Fritsch
Date: Sat, 25 Sep 2010 11:15:51 +0000 (+0000)
Subject: clarify wording about regexp
X-Git-Tag: 2.3.9~432
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade21d36e1fa7a6ae39ff08cdb2e2192a49f8c9c;p=apache
clarify wording about regexp
Submitted by: Arvind Srinivasan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001195 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index 90930074fc..48fa28c4a6 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -71,7 +71,8 @@
In addition to the existing regexp wrapper, a new higher-level API
ap_rxplus
is now provided. This provides the capability to
compile Perl-style expressions like s/regexp/replacement/flags
- and to execute them against arbitrary strings. Also regexp memory.
+ and to execute them against arbitrary strings. Support for regexp
+ backreference.