% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_cellstr_1 y=cellstr(['quick';'brown';'fox ';'is ']); q={'quick';'brown';'fox';'is'}; success = match_exact(q,y);