]> granicus.if.org Git - apache/commitdiff
clarify wording about regexp
authorStefan Fritsch <sf@apache.org>
Sat, 25 Sep 2010 11:15:51 +0000 (11:15 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 25 Sep 2010 11:15:51 +0000 (11:15 +0000)
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

index 90930074fc2b0318366e67520aeee72f71f514c3..48fa28c4a67128ca29984e6121b76aa056fb59c0 100644 (file)
@@ -71,7 +71,8 @@
   <p>In addition to the existing regexp wrapper, a new higher-level API
   <code>ap_rxplus</code> is now provided.  This provides the capability to
   compile Perl-style expressions like <code>s/regexp/replacement/flags</code>
-  and to execute them against arbitrary strings.  Also regexp memory.</p>
+  and to execute them against arbitrary strings. Support for regexp
+  backreference.</p>
   </section>
 
   <section id="ap_slotmem">