cuerdas icon indicating copy to clipboard operation
cuerdas copied to clipboard

Are regex transforms possible?

Open Folcon opened this issue 5 years ago • 0 comments

I've been using replace and I'm not sure if this is possible?

(cstr/replace "Apple" #"(.+)" "\\L$1")
#_=> "apple"

Based on the fact that this works in js land. https://regex101.com/r/0ivhk4/1/

Folcon avatar Dec 04 '19 18:12 Folcon