[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
Αυτό το μήνυμα είναι μέρος του ακόλουθου νήματος:
το πλήρες δέντρο νημάτων ταξινομημένο κατά ημερομηνία
admin στο
2021-05-09 09:56
Συντάκτης:
admin
Ημερομηνία:
2021-05-09 09:57
UTC
Προς:
pcre-dev
Παλιά Θέματα:
[pcre-dev] [Bug 2740] New: Using Multilin=Off and text ending on EOL, matches EOF twice
Αντικείμενο:
[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.