Strings | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 4

Strings

Some characters can't be directly included in a string. For instance, double quotes can't be directly included in a double quote string; this would cause it to end prematurely. Characters like these must be escaped by placing a backslash before them. Other common characters that must be escaped are newlines and backslashes. Double quotes only need to be escaped in double quote strings, and the same is true for single quote strings. Answer ?!

13th Sep 2018, 6:02 PM
Joshua Piatkiewicz
Joshua Piatkiewicz - avatar
2 Antworten
+ 3
What's the question at all?
13th Sep 2018, 6:52 PM
SQL Guy
+ 1
I don't get it. what is the question?
14th Sep 2018, 12:14 AM
Wei Tao
Wei Tao - avatar