trim
Description: The trim function will
remove any leading or trailing white space from its subject.
Subject Type: String
Arguments: No arguments
Return Type: String
Examples: If the attribute attr has
the value " 1 2 3 ", then the Expression ${attr:trim()} will
return the value "1 2 3".

