the
lcase
of
factor
lcase
(
expression )
Factor and expression yield string
s.
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."
.