Subject: | Re: advmatch for email
| Date: | Sat, 12 May 2018 03:26:45 +1000
| From: | Bernie van't Hof <berniev@bje.com.au>
| Newsgroups: | pnews.paradox-programming
|
There is no perfect solution but
https://www.regular-expressions.info/email.html
or
http://emailregex.com/
might help.
- Bernie
On 12/5/18 2:59 am, Steven Green wrote:
> yesterday, it failed to catch "name@gmail."
>
> today, it failed to catch "@gmail.com"
>
> been using it for quite a while, but I'm gonna have to take a good look at it, those two
were ridiculously easy to trap for
>
>
> --
>
> Steven Green
> Myrtle Beach, South Carolina, USA
>
> http://www.OasisTradingPost.com
>
> Collectibles and Memorabilia
> Vintage Lego Sets and Parts
> - and Paradox support, too
> "Mark Bannister" wrote in message news:5af59c96$1@pnews.thedbcommunity.com...
>
> That's what I would use.
>
> On 5/11/2018 7:28 AM, Steven Green wrote:
>> "^([^\\@]*)\\@([^\\@.]*).([^\\@]*)$"
>
>> ^([^\\@]*)\\@([^\\@.]*).([^\\@]*)$
>
|