Welcome! Please see the About page for a little more info on how this works.
Clojure has clojure.string/sre-quote-replacement, but not in ClojureScript.
clojure.string/sre-quote-replacement
for this now, we need use the conditional reader in cljc file ` (defn foo (link: s) #?(:clj (str/re-quote-replacement s)
`
:cljs (gstr/regExpEscape s)))