How is the code to create string containing a double quote | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How is the code to create string containing a double quote

1st Oct 2018, 6:29 PM
Meg Ogbu
Meg Ogbu - avatar
3 Antworten
+ 4
Depends by language (that you have not specified). Anyway, usually you have to escape it by preceding a back slash char: "i contain a \" double quote char"
1st Oct 2018, 6:39 PM
KrOW
KrOW - avatar
+ 1
yeah, it works thanks
1st Oct 2018, 10:17 PM
Meg Ogbu
Meg Ogbu - avatar
0
👍👍👍
1st Oct 2018, 10:24 PM
KrOW
KrOW - avatar