# Text Cleaner

Remove whitespace, sort lines, and extract data from text.

URL: https://everythingdeck.com/text-cleanup

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Paste text and choose a cleanup operation. You can use the result as your next input to combine operations.

## Example
Remove duplicate entries and sort a pasted list alphabetically.

## Inputs
text

## Outputs
text

## Capabilities
- trim whitespace
- collapse whitespace
- remove blank lines
- deduplicate lines
- sort ascending
- sort descending
- reverse lines
- number lines
- normalize quotes
- extract URLs
- extract emails
- unique words

## Limitations
Duplicate matching is exact and case-sensitive. URL and email extraction is a convenience, not validation.

## Related tools
- [Word Counter](https://everythingdeck.com/word-counter)
- [Case Converter](https://everythingdeck.com/case-converter)
- [Text Compare](https://everythingdeck.com/text-diff)
