% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_lower_1 y=lower('hello'); q='hello'; success = match_exact(q,y);