escape single and double quotes

Jiri Barton jbar at hosting4u.cz
Thu Mar 24 10:06:24 EST 2005


Hey there,

str.replace('"', '\\"').replace("'", "\\'")

HTH,  jbar



More information about the Python-list mailing list