unquoted
Unquoted is an adjective describing text that is not enclosed by quotation marks. In computing and information processing, unquoted tokens are interpreted according to the syntax of the surrounding language or tool, and their meaning depends on context rather than on explicit quotation.
In most programming languages, string literals must be quoted. Unquoted words are treated as identifiers, keywords,
In shell commands, unquoted arguments are subject to word splitting and pathname expansion; quotes prevent those
Ambiguity and security considerations arise with unquoted text when constructing queries, commands, or data expressions. Failing
See also: quotation marks, string literals, identifiers, literals.