Remove Line Numbers
Strip leading line numbers from pasted code or lists.
First item Second item Third item
How line-number removal works
When you copy code from an editor, a blog, or a PDF, each line often comes with a leading number like 1., 1), or 1:. This tool removes a leading number — with or without a trailing separator — from the start of every line, so you get clean, runnable text back. It only strips numbers at the very start of a line, and all processing happens in your browser.
More text tools: add line numbers, remove line breaks, and remove empty lines.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Sort Lines Alphabetically
Sort lines A–Z or Z–A, case-sensitive or not.