# Functions
PadLeft returns a new string of a specified length in which the beginning of the current string is padded with spaces or with a specified Unicode character.
PadRight returns a new string of a specified length in which the end of the current string is padded with spaces or with a specified Unicode character.
PrettyTime returns the string representation of the duration.
Resize resizes the string with the given length.