i have a text file which contains lots of email addresses from my old address book. I need to get these out of it. every email addy is preceeded with
ip:
and ends with
\
for example
blablablaip:[email protected]\
the addresses are up to 25 characters in length(not sure if that makes a difference for the required regex im a noob) and sometimes there is a line break in the middle of an address, i.e an email address is split between the end of a line and the start of a new line.
Any of you regex wizards offer me any help please?
thanks in advance