Variable StringBehavior.notEscaped
String escape sequences are not replaced
struct StringBehavior
{
// ...
immutable(StringBehavior) notEscaped = StringBehavior(cast(ubyte)2u);
// ...
}