73
JSTL fn:toLowerCase() Function
The fn:toLowerCase() function converts all the characters of a string to lower case. It is used for replacing any upper case character in the input string with the corresponding lowercase character.
The syntax used for including the fn:toLowerCase() function is:
Let’s see the simple example to understand the functionality of fn:toLowerCase() function:
Output:
Next TopicJSTL fn:toUpperCase() Function