I understand escaping quotes etc. for javascript. Are there any other characters that can be used to encase the whole thing rather than just " or '? Both characters will come up in my piece of text and I don't want to have to put a / before each instance
So, instead of:
("Some text where he said "I like this, she say's")
something like this(although I'm not expecting the percentage sign to be used)
(%Some text where he said "I like this, she say's%
Hope that makes a bit of sense! Thank you.