Regular expression and newline
Posted
by Ockonal
on Stack Overflow
See other posts from Stack Overflow
or by Ockonal
Published on 2010-04-26T11:14:26Z
Indexed on
2010/04/26
11:23 UTC
Read the original article
Hit count: 256
Hello guys, I have such text:
<[email protected]> If you do so, please include this problem report. <[email protected]> You can delete your
own text from the attached returned message.
The mail system <[email protected]>: connect to *.net[82.*.86.*]: Connection timed out
I have to parse email from it. Could you help me with this job?
upd
There could be another email addresses in <%here%>. There should be connection between 'The mail system' text. I need in email which goes after that text.
© Stack Overflow or respective owner