This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author effbot
Recipients
Date 2004-10-26.13:24:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38376

btw, if you're searching for things, why not use the "search" 
method?

if re.search('\[\s*[A-Za-z_0-9]+\s*\]', string):

(also, "[A-Za-z_0-9]" is better spelled "\w")
History
Date User Action Args
2007-08-23 14:27:04adminlinkissue1054564 messages
2007-08-23 14:27:04admincreate