Variable doubleQuotedStringContentPatternConst

doubleQuotedStringContentPattern: string = '[^#"\\\\]*(?:(?:\\\\.|#(?!{))[^#"\\\\]*)*'

The regular expression pattern used to identify a double quoted string content.