Welcome to HTMLEscape.net
Online Escape tools |
|
| Html Escape Online Tool | Escape your text for the web, by using our online tool. The tool replaces problematic characters with the correct HTML escape entities, and even escapes characters with a char value above 127. |
| Html Unescape Online Tool | Sometimes you want to edit some text, filled with html escape entities. This online tool converts these escape codes into characters. After editing, you can always use the Escape Tool, to convert the text back. |
| Java/.NET String Escape Tool |
When programming, the worst job is to escape characters in Strings, characters like " or \. This tool does the job for you, including converting strange characters into the correct unicode values. |
| JavaScript String Escape Tool | Strange characters in JavaScript? The programmers worst nightmare, browsers, text editors, file transfer programs and a lot of other things can change these into something unreadable. The solution is to escape your Strings in JavaScript, by using this tool. |
Source code for HTML Escaping |
|
| Html Escape for Java |
Source code for escaping text for HTML, in Java. Fast, simple and effective and used by a lot of programmers world wide. The code is free and easy to use, and in a new updated version. |
| Html Escape for JavaScript |
Ajax and dynamic HTML means the need to write text directly in the current document. This can cause problems, unless the text is escaped correctly. The Html Escape for JavaScript code, does that, in situations where it is not possible to escape server side. |
Html Escape codes |
|
| Html Escape codes | Cheat sheet with escape codes for the most common special characters. |
