package
2.0.6
Repository: https://github.com/cheeryprogrammer/fyne.git
Documentation: pkg.go.dev

# Functions

NewAllStrings creates a validator that requires all of the passed string validators to pass.
NewRegexp creates a new validator that uses regular expression parsing.
NewTime creates a new validator that verifies times using time.Parse.