YouTip LogoYouTip

Jstl Function Tolowercase

# fn:toLowerCase() Function [![Image 3: JSP Standard Tag Library](#)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

String is: ${string2}

The result is as follows: String is: i am from tutorial * * JSP Standard Tag Library](#)
← Jstl Function TouppercaseJstl Function Substringbefore β†’