Remove tabs from text
Paste tab-delimited or indented text to replace tab characters with spaces. A single tab and a run of several tabs both become one space.
Existing spacing
Normal spaces are not collapsed, and line breaks stay where they are. This keeps the operation limited to tab characters rather than applying a wider whitespace cleanup.
For example, name\t\tvalue becomes name value.
Tabular data
Replacing tabs removes the column structure from TSV data. Use it for prose, copied labels, or text that should no longer contain tab characters, not when the tabs still separate data fields.