package
1.0.1
Repository: https://github.com/talismanco/mirror.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.

# Structs

Argument contains the name of the validation type and the validation function.

# Type aliases

String is the validation function used for checking whether a string is valid or not.