>>> 'http://xthunder'.strip('http://')
'xthunder'
>>> 'http://thunder'.strip('http://')
'under'
>>>

I could understand backslash but forward slash?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to