Chapter 4 - Syntax and basic data types - 4.3.7 Strings
Go to the relevant page of the specification.
- escaped-newline-001
-
Parsing strings with escaped newlines
Strings with escaped newlines are treated as a single whole string. - quoted-string-001
-
Parsing of single quotes inside double quotes
Single quotes are allowed in strings that are double quoted. - quoted-string-002
-
Parsing of double quotes inside single quotes
Double quotes are allowed in strings that are single quoted. - quoted-string-003
-
Parsing of escaped quotes (single within single)
Single quotes cannot occur inside single quotes unless escaped. - quoted-string-004
-
Parsing of escaped double quotes
Double quotes cannot occur inside double quotes unless escaped. - strings-000
-
Newlines in strings