regex (?!..) problem
n00m
n00m at narod.ru
Mon Oct 5 00:46:01 EDT 2009
Previous message (by thread):
regex (?!..) problem
Next message (by thread):
regex (?!..) problem
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Why not check it simply by "count()"? >>>
s = '1234C156789'
>>>
s.count('C1')
1 >>>
Previous message (by thread):
regex (?!..) problem
Next message (by thread):
regex (?!..) problem
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list