1 2 3 4 5 6
function strchrtest() s="This is a sample string"; ch="s"; y=strchr(s,ch); disp(y); endfunction