Result = Lower$ ( String )
Result = LCase$ ( String )
Returns a string converted to lower case. Note that this function does not work with UTF-8 strings.
PRINT Lower$("Gambas ALMOST Means BASIC !")gambas almost means basic !
LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$