Mercurial > hg > octave-nkf
diff scripts/strings/findstr.m @ 20166: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 +++ b/scripts/strings/findstr.m @@ -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