<cfset getDupes = ReFindNocase("[\w\-\.]*(@)+[\w\-\.]*(@)+(\w)*",
embl_email)>
This should return "1" if there are multiple @ characters(invalid), and 0 if
there is just one(valid).
--Milan
>From: "Ben Densmore" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Looking for duplicate @ signs
>Date: Tue, 6 Jan 2004 18:59:13 -0500
>
>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]

