Remove extra spaces

Collapse runs of spaces or tabs to one; optional per-line trim.

Overview

Collapses repeated spaces/tabs and can trim each line. Useful for text pasted from PDFs and web pages.

Tool guide

  • O objeto tratado Texto com espaços ou tabs repetidos, comum em cópias de PDF ou web.
  • O que a ferramenta faz Opcionalmente colapsa sequências de espaço/tab num único espaço e pode fazer trim em cada linha.
  • Por que usar Normalizar parágrafos colados, preparar CSV ou dados separados por espaço, melhorar legibilidade sem editar manualmente cada ocorrência.

Before

a    b  	 c  → a b c

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.