package
0.0.0-20220912201312-5c29306e10d4
Repository: https://github.com/timsolov/boilr.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Alphanumeric validates whether a string is an alphanumeric string.
AlphanumericExt validates whether a string is an alphanumeric string, but a small set of extra characters allowed.
Integer validates whether a string is an integer string.
UnixPath validates whether a string is an unix path string.
URL validates whether a string is an URL string.
# Type aliases
String is the validation function used for checking whether a string is valid or not.