Pads each line of text to a specified total length using any pad character. Choose left-padding (useful for right-aligning numbers), right-padding (for fixed-width columns), or center-padding. Works line by line on multi-line input.
Set your target width, pad character, and direction — the tool processes every line instantly. For simply adding a prefix or suffix rather than aligning to width, the Prefix & Suffix Adder is a simpler choice.
Zero-pad numbers
Input
1 22 333
Output
001 022 333
Add a prefix, suffix, or both to every line of text.
Truncate text to a maximum length with a custom ellipsis.
Add sequential line numbers to every line of text.
Format numbers with locale-specific separators, currency, and scientific notation.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Eliminate duplicate lines from any block of text instantly.