LOWER$( s$ )

LOWER$(s$)

Description:

This function returns a copy of the contents of the string, string variable, or string expression s$, but with all letters converted to lowercase.

Usage:

  print lower$( "The Taj Mahal" )

Produces:

  the taj mahal