[pcre-dev] [Bug 2245] new operators request for beginning an…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2245] new operators request for beginning and end of file
https://bugs.exim.org/show_bug.cgi?id=2245

Zoltan Herczeg <hzmester@???> changed:

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


--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
There is no "file" term in PCRE, it is a regex engine which matches patterns to
strings.

For input start/end checks you can use \A \z.
Both \r \n are converted to LF CR respectively.

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