regular expressions questions

Aahz Maruch aahz at netcom.com
Wed Mar 29 09:48:03 EST 2000


In article <NjcE4.138$n68.170405376 at newsb.telia.net>,
Fredrik Lundh <effbot at telia.com> wrote:
>
>Ping came up with something called rxb which implements
>a pythonish syntax on top of 'regex' (and soon 're'):
>
>    digit + some(whitespace) + exactly(':)')
>
>you can find the code over at:
>
>    http://www.lfw.org/python/

We've been using reverb.py, which *does* work directly with re (and
therefore should be almost plug-in for sre).  Here's the URL from the
Vault: http://pobox.com/~JasonHarper/reverb.py
--
                      --- Aahz (Copyright 2000 by aahz at netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Member of the Groucho Marx Fan Club  --Aahz



More information about the Python-list mailing list