Ways to use Text Sanitizer
Clean text while keeping the source in view
Choose the exact cleanup operations you need, inspect the live result, and copy it without replacing your original text.
Tidy pasted text
Trim line edges, collapse repeated spaces, remove blank lines, or normalize whitespace before reusing text.
Clean a line list
Remove duplicate rows, sort lines alphabetically, or reverse their order.
Remove selected characters
Strip ASCII digits or one of the available punctuation, emoji, special-character, or non-ASCII categories.
How to use it
- Paste or type the original text in Input Text.
- Turn on only the cleanup operations you want to apply.
- Review Sanitized Text, then copy the result when it is right.
Choose the cleanup you need
- Lines and spaces
- Trim lines, remove empty or duplicate lines, collapse repeated spaces, or turn whitespace into single spaces.
- Character removal
- Remove non-ASCII characters, emoji, ASCII digits, punctuation, or special characters with separate controls.
- Line order
- Sort all lines alphabetically or reverse their order.
- Combined operations
- Enabled operations run in a fixed order, so review the result when several filters are active.
Example
Input Text
alpha beta
Remove Extra Spaces
alpha beta
Good to know
- The result updates as you edit or change an option; there is nothing to submit.
- Removal, sorting, and reversal can be lossy. Keep the original visible and review the result before copying it.
- Enable all applies every operation, including non-ASCII and character removal, sorting, and reversal.