Subject: | Re: advmatch for email
| Date: | Fri, 11 May 2018 12:59:28 -0400
| From: | "Steven Green" <greens@diamondsg.com>
| Newsgroups: | pnews.paradox-programming
|
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:
> "^([^\\@]*)\\@([^\\@.]*).([^\\@]*)$"
> ^([^\\@]*)\\@([^\\@.]*).([^\\@]*)$
|