Liking cljdoc? Tell your friends :D

clj-cbor.tags.text

Built-in tag support for the text extensions in RFC 7049. See section 2.4.4.

Built-in tag support for the text extensions in RFC 7049. See section
2.4.4.
raw docstring

format-patternclj

(format-pattern value)
source

format-uriclj

(format-uri value)
source

format-uuidclj

(format-uuid value)
source

parse-patternclj

(parse-pattern value)
source

parse-uriclj

(parse-uri value)
source

parse-uuidclj

(parse-uuid value)
source

pattern-tagclj

Tag 35 is used to represent regular expressions, expressed as a Perl-compatible pattern.

Tag 35 is used to represent regular expressions, expressed as a
Perl-compatible pattern.
sourceraw docstring

text-read-handlersclj

Map of tag handlers to parse text values.

Map of tag handlers to parse text values.
sourceraw docstring

text-write-handlersclj

Map of text types to formatting functions.

Map of text types to formatting functions.
sourceraw docstring

uri-tagclj

Tag 32 indicates that the tagged string represents a Uniform Resource Identifier.

Tag 32 indicates that the tagged string represents a Uniform Resource
Identifier.
sourceraw docstring

uuid-tagclj

UUIDs are represented in binary form as a byte string tagged with code 37.

See: https://github.com/lucas-clemente/cbor-specs/blob/master/uuid.md

UUIDs are represented in binary form as a byte string tagged with code 37.

See: [https://github.com/lucas-clemente/cbor-specs/blob/master/uuid.md](https://github.com/lucas-clemente/cbor-specs/blob/master/uuid.md)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close