Convert Spaces to Newlines

Paste your text, press the button, and get all spaces & tabs replaced with line breaks.

Simple Tool · v2.0

Spaces to Newlines Converter

Convert spaces and tabs to line breaks instantly.

Max size: 10 MB

What is this tool?

This tool replaces all spaces and tabs in your text with newline characters. Perfect for converting a horizontal list of words into a vertical list.

Common Use Cases

Wordlist preparation — one item per line for Hydra, John the Ripper, etc.
Data formatting — convert a paragraph into individual words.

Quick Tip

You can also do this in your browser console:
copy("your text".split(/[ \t]+/).join("\n"))