Whitespace Cleaner
「Whitespace Cleaner」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
사용 방법
사용 방법
- Paste text up to 100,000 characters and choose how line breaks should be handled.
- Keep or change edge trimming and repeated-Unicode-whitespace cleanup.
- Clean the text, then review and copy the exact result.
Line structure is an explicit choice
The default preserves every LF line break after converting CRLF and CR endings to LF. Keep at most one blank line collapses repeated empty lines after the selected line cleanup. Replace every line break with a space joins the input into one paragraph, matching the familiar multiple-whitespace-remover result without silently choosing that behavior for structured text.
Unicode-aware cleanup stays local
Edge trimming and repeated-whitespace collapse use the browser’s Unicode whitespace rules. With collapsing enabled, a run of spaces, tabs, non-breaking spaces, or other Unicode whitespace inside a processed part becomes one ordinary space. Turn either rule off when exact spacing matters. Nothing is uploaded; all processing runs in the current browser.
Review formatting-sensitive text
Code, fixed-width records, Markdown, quoted email, and intentional indentation can depend on whitespace. This tool changes only whitespace and line endings, but review the visible result before using it where formatting carries meaning.
자주 묻는 질문
더 알아보기
How do I make one paragraph?
Choose Replace every line break with a space. With repeated whitespace collapse enabled, every whitespace run becomes one space; this is the closest match to a classic multiple-whitespace remover.
Can I retain paragraph breaks?
Yes. Choose Keep at most one blank line to remove runs of empty lines while retaining one blank line between paragraphs. Choose Keep every line break when each input line must remain separate.
Does it change words or punctuation?
No. The cleaner only normalizes line endings and the whitespace options you select. It does not alter letters, numbers, emoji, or punctuation.
Should I use it on source code?
Use care. Indentation, line breaks, and repeated spaces can be meaningful in source code and fixed-width text.