Product Table / Price column / Alias C1 / data [100000, 600000, 800000, 200000 ...]
example ==> (C1>700000?0.5:2)*20 > 20 AND C1 <80000" I input example text equation at textarea control.
When entering a example and clicking a button, I want to extract only a specific line.
I want to show only the results that correspond to the expression.
so, How can I convert a textual representation of a search expression to something that can be executed in Java?