package
0.8.0
Repository: https://github.com/michaelmure/git-bug.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
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.
SafeOneLine will tell if a character in the string is considered unsafe Currently trigger on all unicode control character.
ValidUrl will tell if the string contains what seems to be a valid URL.