strfmt

package
v0.0.0-...-1be23ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ASCIIValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringASCII, "ascii")
View Source
var AlphaNumericValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringAlphaNumeric, "alpha-numeric", "alphaNumeric")
View Source
var AlphaUnicodeNumericValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringAlphaUnicodeNumeric, "alpha-unicode-numeric", "alphaUnicodeNumeric")
View Source
var AlphaUnicodeValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringAlphaUnicode, "alpha-unicode", "alphaUnicode")
View Source
var AlphaValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringAlpha, "alpha")
View Source
var Base64URLValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringBase64URL, "base64-url", "base64URL")
View Source
var Base64ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringBase64, "base64")
View Source
var BtcAddressLowerValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringBtcAddressLower, "btc-address-lower", "btcAddressLower")
View Source
var BtcAddressUpperValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringBtcAddressUpper, "btc-address-upper", "btcAddressUpper")
View Source
var BtcAddressValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringBtcAddress, "btc-address", "btcAddress")
View Source
var DataURIValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringDataURI, "data-uri", "dataURI")
View Source
var EmailValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringEmail, "email")
View Source
var EthAddressLowerValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringEthAddressLower, "eth-address-lower", "ethAddressLower")
View Source
var EthAddressUpperValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringEthAddressUpper, "eth-address-upper", "ethAddressUpper")
View Source
var EthAddressValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringEthAddress, "eth-address", "ethAddress")
View Source
var HexAdecimalValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHexAdecimal, "hex-adecimal", "hexAdecimal")
View Source
var HexColorValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHexColor, "hex-color", "hexColor")
View Source
var HostnameValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHostname, "hostname")
View Source
var HostnameXValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHostnameX, "hostname-x", "hostnameX")
View Source
var HslValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHSL, "hsl")
View Source
var HslaValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringHSLA, "hsla")
View Source
var Isbn10ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringISBN10, "isbn10")
View Source
var Isbn13ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringISBN13, "isbn13")
View Source
var LatitudeValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringLatitude, "latitude")
View Source
var LongitudeValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringLongitude, "longitude")
View Source
var MultibyteValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringMultibyte, "multibyte")
View Source
var NumberValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringNumber, "number")
View Source
var NumericValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringNumeric, "numeric")
View Source
var PrintableASCIIValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringPrintableASCII, "printable-ascii", "printableASCII")
View Source
var RgbValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringRGB, "rgb")
View Source
var RgbaValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringRGBA, "rgba")
View Source
var SsnValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringSSN, "ssn")
View Source
var UUIDValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringUUID, "uuid")
View Source
var Uuid3ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringUUID3, "uuid3")
View Source
var Uuid4ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringUUID4, "uuid4")
View Source
var Uuid5ValidatorProvider = validators.NewRegexpStrfmtValidatorProvider(regexpStringUUID5, "uuid5")

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL