% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strfind_2 a = {'how now brown cow','quick brown fox','coffee anyone?'};y=strfind(a,'ow'); q={[2,6,11,16],9,[]}; success = match_exact(q,y);