(base62? s)Check if a string is encoded in base62.
Check if a string is encoded in base62.
(decode s)Decode a base62 string into a number.
Decode a base62 string into a number.
(decode-bytes s)Decode a base62 string into a byte-array
Decode a base62 string into a byte-array
(encode num)(encode-bytes bytes)Encode a byte-array in base62.
Encode a byte-array in base62.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |