Literal String

path = 'C:\Users\nodejs\templates'
path2 = '\\User\admin$\system32'
quoted = 'Tom "Dubs" Preston-Werner'
regex = '<\i\c\*\s\*>'

Surrounded by single quotes. Escaping are not allowed.

Comments