I have logs with some random numbers.
What I want to do is find numbers greater than a specific number, eg : find all number > 1234567.
Can anybody help?
A weird regex (not sure it's really usefull) :
\d{8,}|123456[8-9]|12345[7-9]\d|1234[6-9]\d{2}|123[5-9]\d{3}|12[4-9]\d{4}|1[3-9]\d{5}|[2-9]\d{6}\b
It works only for the number 1234567
you have to modify it for another number.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With