% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strtrim_1 y=strtrim(' lot of blank spaces '); q='lot of blank spaces'; success = match_exact(q,y);