Экзащитные персонажи реагируют

Use the same escape as Javascript (ECMAScript)
' single quote
" double quote
\ backslash
\n new line
\r carriage return
\t tab
\b backspace
\f form feed

By rjdkolb from https://stackoverflow.com/a/48484404
codewi