Pad the start of each line to a minimum length using a fill character. Useful for aligning columns or adding leading zeros.
Example
Hello World → Hello World
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → The Quick Brown Fox
Pad the start of each line to a minimum length using a fill character. Useful for aligning columns or adding leading zeros.
Hello World → Hello World
foo_bar_baz → foo_bar_baz
The Quick Brown Fox → The Quick Brown Fox