String is: ${string2}
The result is as follows: String is: i am from tutorial * * JSP Standard Tag Library](#)Jstl Function Tolowercase
# fn:toLowerCase() Function
[JSP Standard Tag Library](#)
The fn:toLowerCase() function converts all characters in a string to lowercase.
### Syntax
The syntax for the fn:toLowerCase() function is as follows:
${fn.toLowerCase()}
### Example
The following example demonstrates the functionality of this function:
Using JSTL Functions
YouTip