Control characters and unsupported symbols must be escaped inside strings.
Control characters and unsupported symbols must be escaped inside strings.
"line1
line2"A raw newline, tab or control character appears inside a string.
Replace the character with an escape sequence such as \n or \t.
"line1\nline2"