I've been using `replace` and I'm not sure if this is possible? ```clojure (cstr/replace "Apple" #"(.+)" "\\L$1") #_=> "apple" ``` Based on the fact that this works in js land. https://regex101.com/r/0ivhk4/1/
I've been using
replaceand I'm not sure if this is possible?Based on the fact that this works in js land.
https://regex101.com/r/0ivhk4/1/