comparison 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
comparison
equal deleted inserted replaced
28211:289882040316 28212:d052c11d47c6
414 414
415 @DOCSTRING(strcmpi) 415 @DOCSTRING(strcmpi)
416 416
417 @DOCSTRING(strncmpi) 417 @DOCSTRING(strncmpi)
418 418
419 @DOCSTRING(startsWith)
420
421 @DOCSTRING(endsWith)
422
419 @node Manipulating Strings 423 @node Manipulating Strings
420 @section Manipulating Strings 424 @section Manipulating Strings
421 425
422 Octave supports a wide range of functions for manipulating strings. 426 Octave supports a wide range of functions for manipulating strings.
423 Since a string is just a matrix, simple manipulations can be accomplished 427 Since a string is just a matrix, simple manipulations can be accomplished