JSTL functions
Function toUpperCase

java.lang.String toUpperCase(java.lang.String)
Converts all of the characters of a string to upper case.

Example:
Product name: ${fn.UpperCase(product.name)}


Function Information
Function Classorg.apache.taglibs.standard.functions.Functions
Function Signaturejava.lang.String toUpperCase(java.lang.String)
Display NameNone


Comments to: jstl-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.