Evaluate mathematical expressions in Pega
We have a requirement where we need to calculate the value of a mathematical expression based on the user's input.
E.g.
User inputs the following as a property:
(5+5)/4
We will need to display the calculated value as a result:
2.5
Are there any OOTB tools we could use from Pega?