A text field contains mathematical expressions like: 12+45-6 Is possible to convert this string to a number?
12+45-6
Can we use the predicate facility?
You need to parse this input using a parser then evaluate it. I have heard of people having success using muParser for this, to save you writing it all yourself. Check it out. http://muparser.sourceforge.net/