By using listi.net you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

listi.net

 


String problem

There is a common problem with strings which normally looks like:

a = "this is a string"

but if there is a string in the string


a = "When you say "Stop!" to me"

the " around Stop must be duplicated also known as escaping.


a = "When you say ""Stop!"" to me"
blog comments powered by Disqus