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]

Reply via email to