Convert string to lower case
lower(str)
convstr(str,"l")
If A is not a character string matrix, Scilab equivalent for B=lower(A) is B=A, else equivalent is B=convstr(A).