Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

escaping only double quotes


  • From: iapain at gmail.com (iapain)
  • Subject: escaping only double quotes
  • Date: Fri, 31 Aug 2007 16:40:22 -0000

> string = "Butler's 15\" TV"
> s = """my string goes here "%s" """ % string

Couldn't find anything wrong in

string = "Butler's 15\" TV"
s = "my string goes here %s" % string