0
Sting containing double quote .. ans please
2 Antworten
+ 10
There's two ways of doing it. you can use double quotes within a string beginning with a single quote:
'She said "Hello!" '
or use \ to escape it (@Meharban Singh's answer) within a string beginning with double quotes:
"She said \" Hello\" "
+ 1
use \" to insert "