From ade21d36e1fa7a6ae39ff08cdb2e2192a49f8c9c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 25 Sep 2010 11:15:51 +0000 Subject: [PATCH] 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 --- docs/manual/developer/new_api_2_4.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.

-- 2.50.1