% Regression test function for FreeMat v3.5 % This function is autogenerated by helpgen. function success = wbtest_strcmpi_5 y=strcmpi({'this','is','a','pickle'},['peter ';'piper ';'hated ';'picklE']); q=[0,0,0,1]; success = match_exact(q,y);