Documented new regexp-substitute procs.

This commit is contained in:
shivers 1997-04-18 02:02:15 +00:00
parent b352d0e825
commit a4bbf1d2f6
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@ compilation is now provided, and the AWK macro has been rewritten to
pre-compile regexps used in rules outside the loop. It is still, however,
slower than it should be.
We have introduced two new procedures for our Perl fans, for performing
regexp-directed string substitutions:
regexp-substitute
regexp-substitute/global
The design is not what you might expect, but they are quite powerful
and efficient.
Execing programs should be faster in this release, since we now use the
CLOEXEC status bit to get automatic closing of unrevealed port file
descriptors.