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)
...
Clearly, my snippet won't make it happen and I lack the experience of regexp to sort it out by myself. Is this possible to do with regular expressions?
^[1-9]+[0-9]+$
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…