diff doc/interpreter/strings.txi @ 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 f26b13c80e45
children 888e79a46a85
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Sun Apr 12 18:14:05 2020 -0700
+++ b/doc/interpreter/strings.txi	Sun Mar 29 22:15:32 2020 +0200
@@ -416,6 +416,10 @@
 
 @DOCSTRING(strncmpi)
 
+@DOCSTRING(startsWith)
+
+@DOCSTRING(endsWith)
+
 @node Manipulating Strings
 @section Manipulating Strings