pad-right
Right pad a string with zeros or a specified string. Fastest implementation.
string-left-right
Looks up the first non-whitespace character to the left/right of a given index
repeat-string
Repeat the given string n times. Fastest implementation for repeating a string.