JSTL fn:toUpperCase() function
The JSTL fn:toUpperCase() function returns the input string after converting the all characters of the string to upper case.
Syntax: String toUpperCase(String inputString)
Example:
test.jsp
<%@ taglib… Read More