I am in the need of an regexp that checks if one numerical value is greater then another value. Pretty much like I would by writing (if 10>8) ...
(if 10>8)
Cl
This is not a good problem for regexes to solve. Extract the numbers and compare them numerically.