JSTL functions
Function trim

java.lang.String trim(java.lang.String)
Removes white spaces from both ends of a string.

Example:
Name: ${fn.trim(name)}


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


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Oracle America, Inc. in the US and other countries. Copyright 2002-4 Oracle America, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.