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.
just-right-pad
add characters to the right of a string such that its total length is n
strpad
Combine left, right and center pad modules in lack of a working alternative