[EMAIL PROTECTED] wrote:
> Hi all,
> 
> Does anybody know of a module that allows you to enumerate all the
> strings a particular regular expression describes?
> 
> Cheers,
> -Blair
> 

By hand write down a generator that will solve the simplest case of '.*' as a
regexp, and filter the output of that by the given regexp ?

- seriously, that's an interesting question, thanks for asking it ;)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to