comparison libinterp/corefcn/strfind.cc @ 19992:e78c0514523d

restore strmatch function; backout changeset f9959972949a
author John W. Eaton <jwe@octave.org>
date Wed, 18 Mar 2015 10:20:26 -0400
parents 4197fc428c7d
children 4f45eaf83908
comparison
equal deleted inserted replaced
19991:55c2d33e6773 19992:e78c0514523d
186 [1,2] = [](1x0)\n\ 186 [1,2] = [](1x0)\n\
187 [1,3] = [](1x0)\n\ 187 [1,3] = [](1x0)\n\
188 @}\n\ 188 @}\n\
189 @end group\n\ 189 @end group\n\
190 @end example\n\ 190 @end example\n\
191 @seealso{findstr, regexp, regexpi, find}\n\ 191 @seealso{findstr, strmatch, regexp, regexpi, find}\n\
192 @end deftypefn") 192 @end deftypefn")
193 { 193 {
194 octave_value retval; 194 octave_value retval;
195 int nargin = args.length (); 195 int nargin = args.length ();
196 bool overlaps = true; 196 bool overlaps = true;