I\'m looking for a JAVA library to parse & evaluate expression. I searched and tried some libraries like Apache\'s JEXL and Jeval, but they are not exactly what I need.
Like suggested, you can use JavaScript. But also you could take a look at Spring EL which has support for your requirements.