diff options
author | Erik Terpstra <erterpstra@gmail.com> | 2020-06-23 15:08:06 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-25 14:31:57 +0100 |
commit | 70e513cf98a4d6f681e660f97813329d2ea74203 (patch) | |
tree | 86b20f8c3486add04a1f3e1a8a921db9d19eac2f /CHANGELOG.md | |
parent | 6b68e5e25006bc734345ce77ede14b6e54214d23 (diff) | |
download | gleam_stdlib-70e513cf98a4d6f681e660f97813329d2ea74203.tar.gz gleam_stdlib-70e513cf98a4d6f681e660f97813329d2ea74203.zip |
regex.split & regex.scan
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 518a173..85b8f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ - The `option` module gains the the `map`, `flatten`, `then` and `or` functions. - The `result` module gains the the `or` function. -- Created the `regex` module with the `from_string`, `from_string_with`, and - `match` functions. +- Created the `regex` module with the `from_string`, `from_string_with`, + `match`, `split` and `scan` functions. - The `list` module gains the the `pop`, `pop_map` and `key_pop` functions. - `base` module created with `encode64`, `decode64`, `url_encode64` and `url_decode64`. |