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 tomek74
Recipients
Date 2006-11-08.16:56:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=22427

I have tried it again with my original regexp and the
searchstring. In this case I have to put the “?” after “)”.


-> RegEx:
([1-9][a-z][a-z][0-9])([ \-\r\n\t]*([0-9])(([0-9])(([0-9])([
\-\r\n\t]*([0-9])(([a-z])(([a-z])(([0-9])(([0-9])([
\-\r\n\t]*([0-9])(([a-z])(([a-z])(([0-9]))?)?)?)?)?)?)?)?)?)?)?)?
IGNORECASE is switched on.

-> ReplaceString:
\1\3\5\7\9\11\13\15\17\19\21\23\25 

-> Searchstring 1):
6ES5894-0MA63-0UG5

Result:
6ES58940MA630UG5


-> Searchstring 2):
6ES5894-0MA03; 6ES5864-0MA03; 6ES5894-0MA63-0UG5; 6ES58860MA03

Result:
NO Result!

-> The problem is that I get no results with searchstring 2.

Thomas 
History
Date User Action Args
2007-08-23 14:49:31adminlinkissue1591319 messages
2007-08-23 14:49:31admincreate