pad-right
Right pad a string with zeros or a specified string. Fastest implementation.
pad-left
Left pad a string with zeros or a specified string. Fastest implementation.
justified
Wraps words to a specified length and justifies the text in each line.
digits
Pad numbers with zeros. Automatically pad the number of digits based on the length of the array, or explicitly pass in the number of digits to use.