clj-cbor.tags.text

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

format-pattern

(format-pattern value)

format-uri

(format-uri value)

format-uuid

(format-uuid value)

parse-pattern

(parse-pattern value)

parse-uri

(parse-uri value)

parse-uuid

(parse-uuid value)

pattern-tag

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

text-read-handlers

Map of tag handlers to parse text values.

text-write-handlers

Map of text types to formatting functions.

uri-tag

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

uuid-tag

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