Home » JSTL fn:toLowerCase() Function

JSTL fn:toLowerCase() Function

by Online Tutorials Library

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:

JSTL Function Tags9

You may also like