Answer the question
In order to leave comments, you need to log in
What regular expression to select invalid emails?
Hey!
There is an array of strings. I'm doing a bulk search/replace.
How to choose those with invalid email? e.g. where there is no @ sign
Sandbox regex101.com
Example data
[email protected]
yandex.ru yandex.ua
self
blob: data: yandex.ru yandex.com
self
^.*[^@].*$
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question