How to I do a search for @anydomain.anyTLD using regular expressions?
|
feedback
|
|
You could improve that but I don't think n++ deals with more complicated regex patterns. Ideally we'd just use something like
Which supports everything from the iana TLD list But N++ doesn't support that. And if we want to get fancy we could do
Which supports RFC2822 (see here for more details) | |||||||||||||
feedback
|