MVEL

MVEL

[1] mvel/mvel: MVEL (MVFLEX Expression Language) () <https://github.com/mvel/mvel>

[2] () <http://mvel.documentnode.com/>

[3] () <http://mvel.documentnode.com/>

MVEL has largely been inspired by Java syntax, but has some fundamental differences aimed at making it more efficient as an expression language, such as operators that directly support collection, array and string matching, as well as regular expressions. MVEL is used to evaluate expressions written using Java syntax.

In addition to the expression language, MVEL serves as a templating language for configuration and string construction. Another wiki page for a summary information is: https://en.wikipedia.org/wiki/MVEL.