Functions

lcase

Supported By

Syntax

[the] lcase of factor

lcase ( expression )

Factor and expression yield strings.

Description

The lcase function converts all the letters in the specified string to lowercase and returns the resulting string. For example, lcase("Hello, my name is Rebecca. But you can call me Beckie.") = "hello, my name is rebecca. but you can call me beckie.".

See Also

ucase, tcase