Text Padding (Right)

Right-pad text or each line to a specified length with any character. Right-pad text or each line to a specified length with any character.

Statistics

9
Lines
27
Longest Line
30
Padded Length

Input Text

Examples

Right-padded Text

🛠 Tool Options

Total text length, including padding.

Right-pad symbol (or symbols).

Right-pad all text lines.


About Right-padding

Right-padding appends characters to the end of text (or each line) until the requested total length is reached.

  • Use line-by-line mode to pad each separate line independently.
  • Leave the pad symbol empty to use spaces.
  • Useful for fixed-width displays, table alignment or visual formatting.

Share