strfmt

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ASCIIValidator = validator.NewRegexpStrfmtValidator(regexpStringASCII, "ascii")
View Source
var AlphaNumericValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaNumeric, "alpha-numeric", "alphaNumeric")
View Source
var AlphaUnicodeNumericValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaUnicodeNumeric, "alpha-unicode-numeric", "alphaUnicodeNumeric")
View Source
var AlphaUnicodeValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaUnicode, "alpha-unicode", "alphaUnicode")
View Source
var AlphaValidator = validator.NewRegexpStrfmtValidator(regexpStringAlpha, "alpha")
View Source
var Base64URLValidator = validator.NewRegexpStrfmtValidator(regexpStringBase64URL, "base-64-url", "base64Url")
View Source
var Base64Validator = validator.NewRegexpStrfmtValidator(regexpStringBase64, "base-64", "base64")
View Source
var BtcAddressLowerBech32Validator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddressLowerBech32, "btc-address-lower-bech-32", "btcAddressLowerBech32")
View Source
var BtcAddressUpperBech32Validator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddressUpperBech32, "btc-address-upper-bech-32", "btcAddressUpperBech32")
View Source
var BtcAddressValidator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddress, "btc-address", "btcAddress")
View Source
var DataURIValidator = validator.NewRegexpStrfmtValidator(regexpStringDataURI, "data-uri", "dataUri")
View Source
var E164Validator = validator.NewRegexpStrfmtValidator(regexpStringE164, "e-164", "e164")
View Source
var EmailValidator = validator.NewRegexpStrfmtValidator(regexpStringEmail, "email")
View Source
var EthAddressLowerValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddressLower, "eth-address-lower", "ethAddressLower")
View Source
var EthAddressUpperValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddressUpper, "eth-address-upper", "ethAddressUpper")
View Source
var EthAddressValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddress, "eth-address", "ethAddress")
View Source
var HTMLEncodedValidator = validator.NewRegexpStrfmtValidator(regexpStringHTMLEncoded, "html-encoded", "htmlEncoded")
View Source
var HTMLValidator = validator.NewRegexpStrfmtValidator(regexpStringHTML, "html")
View Source
var HexColorValidator = validator.NewRegexpStrfmtValidator(regexpStringHexColor, "hex-color", "hexColor")
View Source
var HexadecimalValidator = validator.NewRegexpStrfmtValidator(regexpStringHexadecimal, "hexadecimal")
View Source
var HostnameRfc1123Validator = validator.NewRegexpStrfmtValidator(regexpStringHostnameRFC1123, "hostname-rfc-1123", "hostnameRfc1123")
View Source
var HostnameRfc952Validator = validator.NewRegexpStrfmtValidator(regexpStringHostnameRFC952, "hostname-rfc-952", "hostnameRfc952")
View Source
var HslValidator = validator.NewRegexpStrfmtValidator(regexpStringHSL, "hsl")
View Source
var HslaValidator = validator.NewRegexpStrfmtValidator(regexpStringHSLA, "hsla")
View Source
var Isbn10Validator = validator.NewRegexpStrfmtValidator(regexpStringISBN10, "isbn-10", "isbn10")
View Source
var Isbn13Validator = validator.NewRegexpStrfmtValidator(regexpStringISBN13, "isbn-13", "isbn13")
View Source
var LatitudeValidator = validator.NewRegexpStrfmtValidator(regexpStringLatitude, "latitude")
View Source
var LongitudeValidator = validator.NewRegexpStrfmtValidator(regexpStringLongitude, "longitude")
View Source
var MultibyteValidator = validator.NewRegexpStrfmtValidator(regexpStringMultibyte, "multibyte")
View Source
var NumberValidator = validator.NewRegexpStrfmtValidator(regexpStringNumber, "number")
View Source
var NumericValidator = validator.NewRegexpStrfmtValidator(regexpStringNumeric, "numeric")
View Source
var PrintableASCIIValidator = validator.NewRegexpStrfmtValidator(regexpStringPrintableASCII, "printable-ascii", "printableAscii")
View Source
var RgbValidator = validator.NewRegexpStrfmtValidator(regexpStringRGB, "rgb")
View Source
var RgbaValidator = validator.NewRegexpStrfmtValidator(regexpStringRGBA, "rgba")
View Source
var SsnValidator = validator.NewRegexpStrfmtValidator(regexpStringSSN, "ssn")
View Source
var URLEncodedValidator = validator.NewRegexpStrfmtValidator(regexpStringURLEncoded, "url-encoded", "urlEncoded")
View Source
var URLValidator = validator.NewRegexpStrfmtValidator(regexpStringURL, "url")
View Source
var UUID3Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID3RFC4122, "uuid-3-rfc-4122", "uuid3Rfc4122")
View Source
var UUID3Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID3, "uuid-3", "uuid3")
View Source
var UUID4Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID4RFC4122, "uuid-4-rfc-4122", "uuid4Rfc4122")
View Source
var UUID4Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID4, "uuid-4", "uuid4")
View Source
var UUID5Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID5RFC4122, "uuid-5-rfc-4122", "uuid5Rfc4122")
View Source
var UUID5Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID5, "uuid-5", "uuid5")
View Source
var UUIDValidator = validator.NewRegexpStrfmtValidator(regexpStringUUID, "uuid")
View Source
var Uuidrfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUIDRFC4122, "uuidrfc-4122", "uuidrfc4122")

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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