I am looking for a regex to exclude mail headers in a given document. Not sure how it has to be done
I tried creating a reg ex to identify an address following From field, But the email address could be more and i do not have an option to create a separate reg-ex.
"From: lastname, Firstname (Contractor)
Sent: Tuesday, December 24, 2013 10:52 AM
To: lastname, Firstname (Contractor) or myname@gmail.com
Cc: lastname, Firstname (Contractor); lastname, Firstname (Contractor) ; lastname, Firstname (Contractor) ;lastname, Firstname (Contractor)
Subject: RE: Subject of the mail "
It will be helpful if you could share a reg-x for this scenario.