26 Sep
2001
26 Sep
'01
2:17 p.m.
----- Original Message ----- From: "seb bacon" <seb@jamkit.com> To: <zope-dev@zope.org> Sent: Wednesday, September 26, 2001 10:47 Subject: [Zope-dev] random regex
I'm finding that the regex which deals with links in structured text is broken (Zope 2.4.1, Python 2.1). If you try a link with a query string:
"link":http://www.foo.com?ding=dong&bit=bat
the part of the regex which is matching the url only matches up to the first '=' (or '&').
This works for me with the latest checkout of the Zope-2_4-branch. Please check if the problem persist. Andreas