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.