package
0.0.0-20241117222304-7e02a57a7a7b
Repository: https://github.com/akyrey/snippetbox.git
Documentation: pkg.go.dev
# Functions
Matches checks if the value matches the regular expression.
MaxChars checks if the value is not longer than max characters.
MinChars checks if the value length is greater or equal to min characters.
NotBlank checks if the value is not an empty string.
PermittedValue checks if the value is in the list of permitted values.
# Variables
No description provided by the author