Python student seeks help regex/strings
n00m
n00m at narod.ru
Sun Apr 12 01:59:08 EDT 2009
Previous message (by thread):
Python student seeks help regex/strings
Next message (by thread):
Python student seeks help regex/strings
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>>>
s = 'I have 30 days to find it'
>>>
ss = filter(lambda si: si.isdigit(), s)
>>>
ss
'30' >>>
Previous message (by thread):
Python student seeks help regex/strings
Next message (by thread):
Python student seeks help regex/strings
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list