[Bug 448044] Problem with apostrophe in URL
gnome-terminal (GNOME Bugzilla)
bugzilla at gnome.org
Mon Dec 18 00:37:05 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=448044
--- Comment #7 from Egmont Koblinger <egmont at gmail.com> ---
A third one, sounds simpler:
- Using regex conditionals, check at the very beginning whether there's a
lookbehind apostrophe, and if so, require at the end that there isn't a
lookbehind (i.e. trailing) apostrophe. (If there's one, backtracking will leave
that out but match the rest, I hope.)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20171218/95b18766/attachment.html>
More information about the pkg-gnome-maintainers
mailing list