# Functions
No description provided by the author
Empty tell if the string is considered empty once space and not graphics characters are removed.
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.