[pcre-dev] [Bug 2740] Using Multiline=Off and text ending on…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
admin at
2021-05-09 09:56
Author:
admin
Date:
2021-05-09 09:57
UTC
To:
pcre-dev
Old-Topics:
[pcre-dev] [Bug 2740] New: Using Multilin=Off and text ending on EOL, matches EOF twice
Subject:
[pcre-dev] [Bug 2740] Using Multiline=Off and text ending on EOL with pattern "$", I get 2 EOF matches instead of 1
https://bugs.exim.org/show_bug.cgi?id=2740
--- Comment #3 from Giuseppe D'Angelo <dangelog@???> ---
Perl:
$ perl -E '$_ = "\n"; while (/$/g) { say "match at ($-[0], $+[0])" }'
match at (0, 0)
match at (1, 1)
--
You are receiving this mail because:
You are on the CC list for the bug.