Minimal, RFC 6749, compliant unicode validator.
Kind: global constant
See: https://datatracker.ietf.org/doc/html/rfc6749#appendix-A
Validate if a value matches a unicode character.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: https://tools.ietf.org/html/rfc6749#appendix-A
Validate if a value matches a unicode character, including exclamation marks.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: https://tools.ietf.org/html/rfc6749#appendix-A
Validate if a value matches a unicode character, including exclamation marks and spaces.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: https://tools.ietf.org/html/rfc6749#appendix-A
Validate if a value matches a unicode character excluding the carriage return and linefeed characters.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: https://tools.ietf.org/html/rfc6749#appendix-A
Validate if a value matches generic URIs.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: http://tools.ietf.org/html/rfc3986#section-3
Validate if a value matches against the printable set of unicode characters.
Kind: static method of isFormat
Returns: boolean
- true, if valid, otherwise false
Value: string
the value to be validated
See: https://tools.ietf.org/html/rfc6749#appendix-A