Implement 0.39.0's regex replace
Open
enhancement
nix incompatibility
- Dominant language
- Gleam
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Sample impl:
```nix
let
reRepl = from: to: str: builtins.concatStringsSep "" (builtins.map (x: if builtins.isList x then to else x) (builtins.split from str))
in reRepl "a+" "b" "Hello aaaaaaaaaaa the aaaaaaaa the a"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.