Working with escaped strings in Java or .NET? This free online Java / .Net Escape / Unescape tool lets you switch between plain text and escaped text by selecting the action that matches your needs. After processing, you can copy or download the converted text.
String literals in Java and .NET require reserved characters to be represented with escape sequences. Supported characters include Backspace (b), Newline (n), Tab (t), Carriage return (r), Form feed (f), Double quote (“), and Backslash (), making it easier to prepare valid strings for your code.
Java / .Net Escape / Unescape
Output