final escapes = { 'b': '\b', // Backspace 'f': '\f', // Form feed 'n': '\n', // New line 'r': '\r', // Carriage return 't': '\t' // Horizontal tab };