It's not regular expressions, but it will do what you want based on the info provided....
<CFSET emailString="Ryan Sabir <[EMAIL PROTECTED]>"> <CFSET email = ListFirst(ListRest(emailString, "<"), ">")> I like lists. Aaron ----- Original Message ----- From: "Ryan Sabir" <[EMAIL PROTECTED]> > Can someone give me the regular expression that will grab just the > email address out of a string that looks like this: > > Ryan Sabir <[EMAIL PROTECTED]> --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
