I'm trying to find specific numbers.
-
What If I wanted to search for a specific number for example : 3XXXXX5849
XXX are Unknown digit numbers and the length is 10 numbers in total.
thanks for help in advance. -
@logi-tech
Use the Find/replace form (Search->Find...from the main menu).
Find what:3[0-9]{5}5849
Search Mode:Regular ExpressionHere’s a useful reference on the regular expression I wrote. You could also use
3\d{5}5849for the same effect.
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