The
lowercase()
Function
This function transforms to lower case the text received as argument.
lowercase
(
text
)
text
The text to be lower cased.
Previous topic:
The uppercase() Function
Next topic:
The concat() Function