Text Cleanup
Text processing and cleanup utilities for common formatting tasks
Remove Empty Lines
Quickly strip out all empty or whitespace-only lines from a text block.
Trim Leading/Trailing Space
Clean up every line by removing spaces at the start and end.
Remove Duplicate Lines
Filter out repeated lines to get a unique list of items.
Sort Alphabetically (A-Z)
Organize your list items in alphabetical order.
Strip HTML Tags
Extract only the visible text from an HTML snippet.
Normalize Line Breaks
Ensure all newlines follow the same format (LF or CRLF).
Fix Double Spaces
Replace multiple consecutive spaces with a single space.
Sort Numerically
Sort a list of numbers in the correct mathematical order.
Clean Email List
Remove invalid formats and lowercase all emails in a list.
Extract URLs from Text
Find and list all website links buried in a block of text.
Remove Non-ASCII Characters
Strip out emojis, symbols, and accented characters.
Clean Up Slug Input
Prepare a title for conversion into a URL-friendly slug.
Capitalize Sentences
Fix casing by capitalizing the first letter of each sentence.
Remove Numbers from Text
Strip all digits (0-9) from a text block.
Clean CSV Column
Normalize a single column from a CSV for import.