summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26e0edbb6..54575dcc2 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ New Features:
if arrays `a` and `b` are equal on all indices within indices `i` and `j`.
* Support for an integer operator `(_ iand n)` that returns the bitwise `and`
of two integers, seen as integers modulo n.
+* Strings:
+ * Support for `str.indexof_re(s, r, n)`, which returns the index of the first
+ occurrence of a regular expression `r` in a string `s` after index `n` or
+ -1 if `r` does not match a substring after `n`.
Improvements:
* New API: Added functions to retrieve the heap/nil term when using separation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback