Repeat the given string n times. Fastest implementation for repeating a string.
Trim newlines from the start and/or end of a string
Right pad a string with zeros or a specified string. Fastest implementation.
Left pad a string with zeros or a specified string. Fastest implementation.