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.
sourceraw docstring

charsetclj

source

decodeclj

(decode s)

Decode a base62 string into a number.

Decode a base62 string into a number.
sourceraw docstring

decode-bytesclj

(decode-bytes s)

Decode a base62 string into a byte-array

Decode a base62 string into a byte-array
sourceraw docstring

encodeclj

(encode num)
source

encode-bytesclj

(encode-bytes bytes)

Encode a byte-array in base62.

Encode a byte-array in base62.
sourceraw docstring

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

× close