package
0.0.0-20240719030228-2c451a02599d
Repository: https://github.com/zerobl21/go-letsgo.git
Documentation: pkg.go.dev

# Functions

Matches() returns true if a value matches a provided compiled regular expresssion pattern.
MaxChars() return true if a value is no more than n characters.
MinChars() return true if a value is 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 value.

# Variables

No description provided by the author

# Structs

No description provided by the author