Variable StringBehavior.includeQuoteChars

Opening quotes, closing quotes, and string suffixes are included in the string token

struct StringBehavior
{
  // ...
  immutable(StringBehavior) includeQuoteChars = StringBehavior(cast(ubyte)1u);
  // ...
}