QuickFreeTools

Online Left Pad Text

Pad text on the left to reach a target length. Add spaces or a custom character at the start. Each line or whole text. Client-side only.

       abc

Frequently Asked Questions

What is left-padding?
Characters (usually spaces) are added to the beginning of the text until it reaches a target length. So 'abc' with length 6 becomes ' abc' (with space as pad).
Per line or whole text?
You can pad the entire block to a total length, or pad each line independently so every line has the same length (with text at the end).
Custom pad character?
Default is space; you can use zero (0), dot (.), or any single character for alignment or formatting (e.g. for numbers).

Related Text Tools