[Zope-dev] random regex

2001-09-26 Thread seb bacon
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=dongbit=bat the part of the regex which is matching the url only matches up to the first '=' (or ''). If I run the

Re: [Zope-dev] random regex

2001-09-26 Thread Andreas Jung
- Original Message - From: seb bacon [EMAIL PROTECTED] To: [EMAIL PROTECTED] 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