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


Output Generated by TLDDoc. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.