Find a word with a specific number on Netpad Plus
-
hi guys , I have a long list that I want to find in this list of words with the number 123
example my list
Admin1
sara123
123admin
paris1234
hello123
123my Result list
sara123
hello123just splite word+123 not example paris1234 or 123admin in my list Result how find (word+123) thanks sorry my english bad
-
maybe a regex like
\w+123\bwill do what you want? -
@Ekopalypse said in Find a word with a specific number on Netpad Plus:
\w+123\b
thats ok but in my list word abc123… or admin123! is in resualt how find only word with 123 without symbol next 123 what add to your code for only word+123 resualt complate ?
-
This post is deleted! -
Maybe this one is better
\w+123(?=\R|\h|\Z) -
@Ekopalypse said in Find a word with a specific number on Netpad Plus:
\w+123(?=\R|\h|\Z)
thanks this beter
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