We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Version 0.1.9
When you hover over a core function, you can read the docs for it
However, this is not the case if the function is coming as alias
(ns phel\base64 (:require phel\str :as s)) (s/replace "+" "-") # <--- here is the problem