if someone can help me with a reg ex. Just playing around with the tag I
was trying:
<CF_REextract
INPUTMODE="File"
INPUT="c:\cfusionmx\wwwroot\email_blast\#name#"
OUTPUTMODE="output"
RE1="([[:alnum:]_\.\-]+@([[:alnum:]_\.\-]))"
RE2="\.+[[:alpha:]]{2,4}"
>
Which I thought would extract email addresses but it doesn't seem to be
working. Since I suck at them I'm sure I'm doing something wrong with
it. Can anyone modify this reg ex a little for me?
Thanks,
Ben
-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 11:19 AM
To: CF-Talk
Subject: Re: Extracting an email address out of a text file
>> I really don't want
to manually go through each text file and copy and paste the email
For this I would try to use CF_REextract to extract the address in its
context.
The address is variable, but the context is not.
See CF_REextract at
http://www.contentbox.com/claude/customtags/tagstore.cfm
--
_______________________________________
See some cool custom tags here:
http://www.contentbox.com/claude/customtags/tagstore.cfm
Please send any spam to this address: [EMAIL PROTECTED]
Thanks.
________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

