AlbertAguirre
Programmer
I want to display this: He said "Hello world".
(With the quote marks)
I tried:
response.write("He said \"Hello world\""
Assuming I could use the backslash as an escape character but it does not work.
How do I write special characters like the quote?
(With the quote marks)
I tried:
response.write("He said \"Hello world\""
Assuming I could use the backslash as an escape character but it does not work.
How do I write special characters like the quote?