Liking cljdoc? Tell your friends :D

ksuid.base62


base62?clj

(base62? s)

Check if a string is encoded in base62.

Check if a string is encoded in base62.
raw docstring

charsetclj


decodeclj

(decode s)

Decode a base62 string into a number.

Decode a base62 string into a number.
raw docstring

decode-bytesclj

(decode-bytes s)

Decode a base62 string into a byte-array

Decode a base62 string into a byte-array
raw docstring

encodeclj

(encode num)

encode-bytesclj

(encode-bytes bytes)

Encode a byte-array in base62.

Encode a byte-array in base62.
raw docstring

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

× close