removing characters from a string?

Rikard Bosnjakovic bos at hack.org
Mon Jul 31 17:55:41 EDT 2000


jesse at multimediacollective.com wrote:

> this_string = "jesse at multimediacollective.com"
> """and I wanted to get rid of the @, how would I do that? This

string.join(string.split(this_string, "@"), "")


-- 
Rikard Bosnjakovic - http://a214.ryd.student.liu.se

Anyone sending unwanted advertising e-mail to my address will be
charged $25 for network traffic and computing time. By extracting my
address from this message or its header, you agree to these terms.



More information about the Python-list mailing list