# Functions
Empty tell if the string is considered empty once space and not graphics characters are removed.
LeftPad left pad each line of the given text.
LeftPadMaxLine pads a string on the left by a specified amount and pads the string on the right to fill the maxLength.
Safe will tell if a character in the string is considered unsafe Currently trigger on unicode control character except \n, \t and \r.
ValidUrl will tell if the string contains what seems to be a valid URL.
Wrap a text for an exact line size Handle properly terminal color escape code.
Wrap a text for an exact line size with a left padding Handle properly terminal color escape code.