A string literal or anonymous string is a string value in the source code of a computer program. In modern programming languages usually use a quoted sequence of characters, formally “bracketed delimiters”, as in x = "foo". Where "foo" is a string literal with value foo.

(“String Literal” 2022)

Bibliography