repeat-string
Repeat the given string n times. Fastest implementation for repeating a string.
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.