Auteur: ph10 Date: À: Ze'ev Atlas CC: pcre-dev@exim.org Sujet: Re: [pcre-dev] issues with EBCDIC and pcretest
On Tue, 16 Jun 2015, Ze'ev Atlas wrote:
> PhilipIs there a way to tell pcretest to dump the way it perceive the subject string (not the pattern). If not, I will create a temporary patch. Ze'ev Atlas
No, not directly. But if you match the pattern against a pattern such as
/^.*$/s (which always matches the entire string) the output might be
what you want.