	\\ \ backslash (undefined escape)
	\" " double quote
	\' ' single quote
	\a alert (bell)
	\v vertical tab
	\b backspace
	\f form feed
	\n new line
	\r carriage return
	\t horizontal tab
	\u0055 UNICODE
	\x48 Hexa decimal
	\117 Octal decimal