diff NEWS @ 28212:d052c11d47c6

Add new functions startsWith and endsWith (bug #57041). * scripts/strings: Add startsWith.m and endsWith.m. * scripts/strings/module.mk: Add references to new files. * doc/interpreter/strings.txi: Add docstrings to manual. * NEWS: Add to list of new functions. * scripts/help/__unimplemented__.m: Remove the two functions.
author Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
date Sun, 29 Mar 2020 22:15:32 +0200
parents bb929d5a34cb
children 7739d3eb952b
line wrap: on
line diff
--- a/NEWS	Sun Apr 12 18:14:05 2020 -0700
+++ b/NEWS	Sun Mar 29 22:15:32 2020 +0200
@@ -56,7 +56,9 @@
 
 ### Alphabetical list of new functions added in Octave 7
 
+* `endsWith`
 * `rng`
+* `startsWith`
 
 ### Deprecated functions and properties