]> granicus.if.org Git - apache/commitdiff
Add ap_rxplus to new_api docs
authorNick Kew <niq@apache.org>
Wed, 22 Sep 2010 12:38:42 +0000 (12:38 +0000)
committerNick Kew <niq@apache.org>
Wed, 22 Sep 2010 12:38:42 +0000 (12:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999911 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/new_api_2_4.xml

index 5a3fe705cc72b59d55742778c148e6e36ce43d7f..21bc4e0e06977c0f0f8dc98a5b734019af09a616 100644 (file)
   <code>ap_mpm_register_timed_callback</code> is new.</p>
   </section>
 
+  <section id="ap_regex">
+    <title>ap_regex (changed)</title>
+  <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>
+  </section>
+
   <section id="ap_slotmem">
     <title>ap_slotmem (NEW!)</title>
     <p>Introduces an API for modules to allocate and manage memory slots