# Functions
Join joins the list of the string with the delim provided.
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.
Resize resizes the string with the given length.
RuneWidth returns the actual width of the rune.
StringWidth returns the actual width of the string without colors.
Strip strips the string of all colors.