like this should work however:
<cfset getDupes = reFind("(@[EMAIL PROTECTED]){2,}", email) />
That should find two or more occurences of the @ symbol followed zero or
more other characters, though I'm not quite 100% it's exactly right.
Cheers,
barneyb
> -----Original Message-----
> From: Ben Densmore [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 06, 2004 3:59 PM
> To: CF-Talk
> Subject: Looking for duplicate @ signs
>
> Can someone tell me if this should work? I'm trying to look for
> duplicate @ signs in some email addresses. I was using the following
> code but it doesn't seem to work. According to the docs that
> should find
> 2 - 4 occurrences of the @ symbol but it always returns 0
> even though I
> know there is at least one email that has multiples.
>
> <cfset getDupes = ReFind("@{2,4}", embl_email)>
>
> Thanks,
> Ben
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

