Adds sequential line numbers to every line of your text. Configure the starting number, zero-padding width, and separator character. Useful for code listings, numbered checklists, log analysis, and any situation where you need line references.
Paste your text, choose your numbering format, and copy the numbered output. To remove the added numbers later, use the Find & Replace tool with a regex pattern.
Numbered list
Input
apple banana orange
Output
1. apple 2. banana 3. orange
Add a prefix, suffix, or both to every line of text.
Repeat any text or character a specified number of times.
Search for text or regex patterns and replace them in bulk.
Sort lines alphabetically, by length, or in reverse order.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Eliminate duplicate lines from any block of text instantly.