//
pkg.gl
Category
github.com/cheeryprogrammer/fyne/v2
data
validation
package
2.0.6
Repository:
https://github.com/cheeryprogrammer/fyne.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
46 SLOC
#
Functions
NewAllStrings
NewAllStrings creates a validator that requires all of the passed string validators to pass.
NewRegexp
NewRegexp creates a new validator that uses regular expression parsing.
NewTime
NewTime creates a new validator that verifies times using time.Parse.