//
pkg.gl
Category
fyne.io/fyne/v2
data
validation
package
2.6.0-alpha1
Repository:
https://github.com/fyne-io/fyne.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
4
Dependents
69
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.