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