% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_lower_3 y=lower({'Ab','cD','EF'}); q={'ab','cd','ef'}; success = match_exact(q,y);