In awk, literal strings are delimited using [[doublequote?]] symbols:
A pair of consecutive [[doublequote?]] symbols can be used to represent an [[empty_string?]].
It is possible to include [[special_character?]]s in literal strings by using backslash symbol notation to represent escape sequences.