Mercurial > hg > octave-nkf
diff scripts/strings/findstr.m @ 19254:f9959972949a
Remove references to deprecated strmatch function.
* doc/interpreter/container.txi: Remove from data container portion of the
manual.
* libinterp/corefcn/strfind.cc: Remove from doc-string.
* scripts/strings/findstr.m: Remove from doc-string.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 30 Aug 2014 12:57:43 -0400 |
parents | d63878346099 |
children | 4197fc428c7d |
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, strmatch, strcmp, strncmp, strcmpi, strncmpi, find} +## @seealso{strfind, strcmp, strncmp, strcmpi, strncmpi, find} ## @end deftypefn ## Note that this implementation swaps the strings if second one is longer