Bass-Fighter has asked for the wisdom of the Perl Monks concerning the following question:
I have a bit of a silly question:
I have the the "to" from an email...
If I get this with my code the value variates.
this are some options:
name<email>, like "Michiel van der Maas<michiel_masterm@hotmail.com>" (that is my email)
<email>, like <michiel_masterm@hotmail.com>"
and there are more...
but I only want the email without the tags, so I can equalize it with email adresses in a database. first I thought, I can get this with some substr's. but everytime the adress has another length, so what is the best option to get it? because I can't see it this moment...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: mailadress splitten.
by davido (Cardinal) on Jan 20, 2009 at 07:59 UTC | |
by Bass-Fighter (Beadle) on Jan 20, 2009 at 08:27 UTC | |
by Bass-Fighter (Beadle) on Jan 20, 2009 at 08:17 UTC | |
Re: mailadress splitten.
by ChOas (Curate) on Jan 20, 2009 at 08:03 UTC | |
by Bass-Fighter (Beadle) on Jan 20, 2009 at 08:18 UTC | |
by Anonymous Monk on Jan 20, 2009 at 08:21 UTC | |
by Bass-Fighter (Beadle) on Jan 20, 2009 at 09:47 UTC |