![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: regular expression problem
From: alex23 <wuwei23@gmail.com>
Date: Tue May 31 2005 - 10:54:33 CEST
borges2003xx@yahoo.it wrote:
Heya,
Is there any particular reason why you need to use re?
If you're using Python 2.3 or greater, the sets module might be easier
>>> from sets import Set
Sets are unsorted, I'm uncertain if that's a requirement for you.
Hope this helps.
|