小文字に変換した文字列を返す.
out = tolower( "string" )
string : 入力文字列 (String)
out : 出力文字列 (String)
% tolower("toLower") tolower
toupper