Convert string to lower case
Matlab Scilab
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).
Enter search terms or a module, class or function name.