I'd like to know, how to search for a five digit number in RegEx, in Notepad++. (Please make sure, that your answer, WORKS in Notepad++ 8.4.6
I'm looking for Notepad++ specific answers. NOT general RegEx answers. I'd like to know, how to find (example) 14000 in RegEx, in Notepad++. It has to be: 1. RegEx, 2. Notepad++
When you press "Ctrl + F" in Notepad++
Example:
Let's say I want to look for all numbers in the .txt file, which are above 14000.
How can I search for it, using RegEx, in Notepad++?
(Please provide a specific example, for 14000, for 14410 and for any five digit number, (and if you are very kind, one for a four digit number)).