Copied to Clipboard

.Net Unescape


Ad blocking? It's okay.

Please share to support us:



Output
Ad blocking? It's okay. Please share to support us:

.Net Unescape


Escapes or unescapes a .Net string removing traces of offending characters that could prevent compiling.

Backspace is replaced with \b, Newline is replaced with \n, Tab is replaced with \t, Carriage return is replaced with \r, Form feed is replaced with \f, Double quote is replaced with \", Backslash is replaced with \\,