YouTip LogoYouTip

Jstl Function Touppercase

# fn:toUpperCase() Function [![Image 3: JSP Standard Tag Library](#)JSP Standard Tag Library](#) The fn:toUpperCase() function converts all characters in a string to uppercase. ### Syntax The syntax for the fn:toUpperCase() function is as follows: ${fn:toUpperCase()} ### 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 TrimJstl Function Tolowercase β†’