What this tool does
A focused tool for a specific cleanup job
This tool normalizes horizontal whitespace within each line. Separate controls handle repeated spaces, tabs, non-breaking spaces, indentation, and whether line breaks remain.
Common use cases
- Clean product descriptions pasted from rich text
- Normalize tab-separated notes
- Fix invisible non-breaking spaces from websites
- Prepare text for reliable matching
How to use Remove Extra Spaces
- Paste text with inconsistent horizontal spacing.
- Choose which whitespace types to normalize.
- Preserve indentation if the left margin is meaningful.
- Copy the consistently spaced result.
Options explained
- Space collapsing converts repeated regular spaces to one.
- Tab normalization turns tabs into regular spaces before collapsing.
- NBSP normalization fixes spaces copied from HTML.
- Preserve line breaks processes every line separately.
Example
Before
One two Three four
After
One two Three four
Edge cases and limitations
- Indentation preservation applies only at the start of each line.
- Non-breaking spaces are normalized only when enabled.
- Disabling line preservation joins lines with a single space.