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