Inhaltsverzeichnis

LCase

The LCase () takes a string and returns it in lower case. \
Numerical values and special characters are returned unchanged.

Syntax:

LCase('String')

Sample:

LCase('TEST')

returns test