Glistix / Glistix/stdlib

Implement 0.39.0's regex replace

Open
#7 0 comments 0 reactions 1 assignee Claimed by @PgBiel View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.