I need to grab an email address from an arbitrary string of text. The string will only have 1 '@' symbol.
I need a regexp that will search for this symbol and return the whole word. It will appear like this: blah blah blah 12112 blah [EMAIL PROTECTED] blah some more text..... I want to grab the email address and place it in a variable. Can anyone help me out? Thanks, CC -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]