need some regex help for homesite 5.5
Posted: Mon Oct 16, 2006 10:39 am
I'm not 100% sure which regex engine homesite natively uses. I know it can use the posix engine, but I also know it has some PCREesque characteristics as well.
in any case. I need a regular expression to find email addresses that start with support@ but have different domain names than domainx.com.
in other words, I might have 15 documents with email addresses in them:
support@mydomain.com
support@blingbling.com
support@whatever.com
support@domainx.com
support@blahbling.com
....
of those listed, all but 1 would match. (the support@domainx.com).
can anyone assist with this?
thx,
Burr
in any case. I need a regular expression to find email addresses that start with support@ but have different domain names than domainx.com.
in other words, I might have 15 documents with email addresses in them:
support@mydomain.com
support@blingbling.com
support@whatever.com
support@domainx.com
support@blahbling.com
....
of those listed, all but 1 would match. (the support@domainx.com).
can anyone assist with this?
thx,
Burr