1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

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
This commit is contained in:
Stefan Fritsch
2010-09-25 11:15:51 +00:00
parent b3b7c9912b
commit ade21d36e1

View 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">