pattern matching
Man-Yong Lee
manyong at gnu.org
Sun Dec 10 19:51:19 EST 2000
More information about the Python-list mailing list
Sun Dec 10 19:51:19 EST 2000
- Previous message (by thread): pattern matching
- Next message (by thread): pattern matching
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How about glob or re module?
Especially ``re'' module is worth learning, I think.
deadmeat wrote:
> Is there another standard library I can use for pattern
> matching, other than
> fnmatch? I need to be able to check for metacharacters,
> fnmatch doesn't allow me to escape them...
--
Happy Python!
Man-Yong (Bryan) Lee <yong at linuxkorea.co.kr>
- Previous message (by thread): pattern matching
- Next message (by thread): pattern matching
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list