funcool / funcool/cuerdas

Are regex transforms possible?

Open
#77 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
318
Forks
30
PR merge metrics
No merged PRs in 30d

Description

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/

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.