% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_deblank_2 y=deblank({'hello ','there ',' is ',' sign '}); q={'hello','there',' is',' sign'}; success = match_exact(q,y);