Looking For A Wildcard File Name Parser

David M. Cooke cookedm+news at physics.mcmaster.ca
Fri Jul 18 00:31:05 EDT 2003


At some point, YoTuco <not.valid at address.org> wrote:

> I've been looking for a good wildcard file name parser. That is, some module
> in Python or something someone has made that can take a file name with the
> '*' or '?' wildcards in it, parse a list[] and give back the matches.  It
> seems like a common enough task that one would be around?  Or do I just
> have to roll up my sleeves, dig-in and learn RE?

You mean, like the standard module fnmatch?

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke
|cookedm(at)physics(dot)mcmaster(dot)ca




More information about the Python-list mailing list