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.