public enum StringBehavior : ubyte
compiler | Do not include quote characters, process escape sequences | |
includeQuoteChars | Opening quotes, closing quotes, and string suffixes are included in the string token | |
notEscaped | String escape sequences are not replaced | |
source | Not modified at all. Useful for formatters or highlighters |