diff scripts/strings/findstr.m @ 19957:e78c0514523d

restore strmatch function; backout changeset f9959972949a
author John W. Eaton <jwe@octave.org>
date Wed, 18 Mar 2015 10:20:26 -0400
parents 9fc020886ae9
children df437a52bcaf
line wrap: on
line diff
--- a/scripts/strings/findstr.m	Wed Mar 18 10:19:50 2015 -0400
+++ b/scripts/strings/findstr.m	Wed Mar 18 10:20:26 2015 -0400
@@ -35,7 +35,7 @@
 ##
 ## @strong{Caution:} @code{findstr} is scheduled for deprecation.  Use
 ## @code{strfind} in all new code.
-## @seealso{strfind, strcmp, strncmp, strcmpi, strncmpi, find}
+## @seealso{strfind, strmatch, strcmp, strncmp, strcmpi, strncmpi, find}
 ## @end deftypefn
 
 ## Note that this implementation swaps the strings if second one is longer