[pcre-dev] [Bug 2462] Request: pcre2sed and pcre2awk

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2462] Request: pcre2sed and pcre2awk
https://bugs.exim.org/show_bug.cgi?id=2462

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #3 from Zoltan Herczeg <hzmester@???> ---
I have a pcresp tool, which is somewhat similar to sed.

https://github.com/zherczeg/pcresp

You can do trivial string formatting, or run shell scripts during / after
matches. The syntax is far less complex than learning perl, but running shell
scripts (fork/exec) are costly.

Perl regex engine can also be replaced, here is an example:
https://metacpan.org/pod/re::engine::PCRE

--
You are receiving this mail because:
You are on the CC list for the bug.