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