package
0.0.0-20240601111654-fe5bd6c05d53
Repository: https://github.com/hayohtee/snippetbox.git
Documentation: pkg.go.dev

# Functions

Matches - returns true if a value matches a provided compiled regular expression pattern.
MaxChars return true if a value contains no more than n characters.
MinChars - returns true if a value contains at least n characters.
NotBlank returns true if a value is not an empty string.
PermittedValue returns true if a value is in a list of permitted values.

# Variables

No description provided by the author

# Structs

Validator a type which contains a map of validation errors for our form fields.