GitOpen Tools

GitOpen Tools

Developer Utilities

Text Tools

  • Case Converter
  • Text Escape
  • Lorem Ipsum
  • Text Formatter

Formatters

  • JSON Formatter
  • XML Formatter
  • SQL Formatter
  • CSS Formatter

Generators

  • Password Generator
  • UUID Generator
  • Color Generator

Testers

  • Regex Tester
  • URL Validator

Text Escape Tool

Escape and unescape text for various programming languages

About Text Escape Tool

This tool helps you escape and unescape text for various programming languages and formats. Whether you need to prepare strings for JSON, HTML, JavaScript, C#, Java, or other languages, this tool handles the conversion automatically.

JSONHTMLJavaScriptC#JavaURL

Input Text

Characters: 0

Escaped Output

Output characters: 0

Quick Actions

Usage Examples

JSON String Escaping
Input:
Hello "World" and 'quotes'
Output:
Hello \"World\" and 'quotes'
HTML Entity Escaping
Input:
<div>Hello & Welcome</div>
Output:
&lt;div&gt;Hello &amp; Welcome&lt;/div&gt;