A string constant is a sequence of zero or more Unicode characters beginning and ending with an ASCII double quote character. Within a string, a sequence of two double quotes is an escape to represent a double quote in the string. A string constant is of the String
type.
"
[ StringCharacter+ ] "
"
> | ""