Back to Hugo

interpreted string literal

docs/content/en/quick-reference/glossary/interpreted-string-literal.md

0.161.1281 B
Original Source

An interpreted string literal is a character sequence between double quotes, as in "foo". Within the quotes, any character may appear except a newline and an unescaped double quote. The text between the quotes forms the value of the literal, with backslash escapes interpreted.