package
0.0.0-20240404143908-1c5b42bc4edd
Repository: https://github.com/zekeriyyah/snippetbox.git
Documentation: pkg.go.dev

# Functions

Matches() returns true if the provided emeail matches the regex.
MaxChars() returns true if value contains not morethan n characters.
Minchars() return true if the input is greater or equal to required minimum.
NotBlank() returns true if a value is not an empty string.
Implementing function to check if value provided is acceptable values using generic.

# Variables

Create var storing the email regular expression.

# Structs

No description provided by the author