diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-18 12:34:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-18 12:54:55 +0300 |
commit | 47d5b304235c5b1f409b01cab95a2191eac5a230 (patch) | |
tree | dc82e4971e7c0124a5953b6ab75ec017c6124c83 /NEWS | |
parent | ef81695c5fa356529bac6f8aa7d9bfe1f1c84473 (diff) |
Add $regex.find_match() and $regex.find_search() functions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -187,6 +187,8 @@ Version 0.13.0 See the "Install Module" chapter in the manual for details. + * New $regex.find_{match,search}() functions that operate on lists. + * The $process.run*() functions now recognize a number of portable builtins. Refer to the Testscript manual for the list and details. |