>>> 'http://xthunder'.strip('http://') 'xthunder' >>> 'http://thunder'.strip('http://') 'under' >>> I could understand backslash but forward slash?