% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strrep_2 y=strrep({'time is money';'A stitch in time';'No time for games'},'time','money'); q={'money is money';'A stitch in money';'No money for games'}; success = match_exact(q,y);