About 이스케이프/언이스케이프
다양한 프로그래밍 언어용 텍스트 이스케이프 및 언이스케이프
Use this free online 프로그래밍 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
다양한 프로그래밍 언어용 텍스트 이스케이프 및 언이스케이프
JSON
Escape for JSON strings
"hello" → \"hello\"
JavaScript
Escape for JS strings
line1\nline2
HTML
Escape HTML entities
<div> → <div>
URL
Percent-encode for URLs
hello world → hello%20world
CSV
Escape for CSV fields
a,b → "a,b"
SQL
Escape for SQL strings
O'Brien → O''Brien
Regex
Escape regex metacharacters
.*? → \.\*\?
Shell
Escape for shell commands
$var → \$var
다양한 프로그래밍 언어용 텍스트 이스케이프 및 언이스케이프
Use this free online 프로그래밍 도구 tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.
This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.