if , for ex. , I have a statement containing the word 'income'. I want to extract the numeric value from this statement just if this value is greater than 10.000.
something like this.
so first I need to see if I have a numeric value in this statement and then to check if this value is in a specific interval.
of course, if I have more than one value, then I need to verify for every numeric value to put maybe another condition , like to have currency sign.(for ex.$ or Eur)
I am sorry if I cant explain exactly what I need but I am still looking for writting the corect rules for this extraction.
thank you very much for all your answers!