Print
MVEL 2.0 Concatenation Operator

MVEL uses the # (pound sign/number sign) as the concatenation operator. In MVEL 1.2/1.3 it was necessary to use this operator to override the default behavior of the type recognition system to see numbers inside Strings. However MVEL 2.0 employs a smarter type-recognition scheme, and this operator is retained for legacy purposes.

Examples

Powered by Atlassian Confluence