Lower$ / LCase $

Result = Lower$ ( String )

Result = LCase$ ( String )

Returns a string converted to lower case.


Example

PRINT Lower$("Gambas ALMOST Means BASIC !")

gambas almost means basic !


See also

LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$