How can I search a specific numbers in between two numbers?
-
Hey,
I’m new on notepad++, and I want to know how can I lookup for a numbers in between two number:Like I want to search in a text file full of numbers and words, and I only want to find the numbers between 600-700, so all the numbers from 600-700 will be in search, in others words, no numbers should be search but only the number between 600-700!
Ty
-
@BDz48
6\d\d|700
-
Hello, @BDz48, @gurikbal-singh, and All,
Don’t forget to select the
Regular expressionsearch mode for a correct result of the @gurikbal-singh’s regexNow, if you do not want a match when the number
6..is surrounded with other numbers as, for instance, in text 497954316579791310932, use the regex\b(6\d\d|700)\bBest Regards,
guy038
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login