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 DPalharini
Recipients DPalharini
Date 2015-09-21.01:46:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442799964.46.0.602494976102.issue25200@psf.upfronthosting.co.za>
In-reply-to
Content
Using the packet re for regular expressions I found a strange behavior with the following command:


re.search("[,-:]","89")

it returns that one of those chars exists into the string "89" or whatever number you may use.
History
Date User Action Args
2015-09-21 01:46:04DPalharinisetrecipients: + DPalharini
2015-09-21 01:46:04DPalharinisetmessageid: <1442799964.46.0.602494976102.issue25200@psf.upfronthosting.co.za>
2015-09-21 01:46:04DPalharinilinkissue25200 messages
2015-09-21 01:46:04DPalharinicreate