How can I match all numbers greater than 36 to any bigger number?
I tried this expression:
[4-9]\d+|\d{3,}
Problem is this will select all number greater than 40 but I need 37, 38 and 39 as well, How can i achieve that?
NOTE: My query is different: I couldn't understand from there so I asked my own question and my query is 100% different. Being similar in some ways is another thing than being duplicate. Peace out.