#!/usr/bin/perl -w $test = 'email user <emailuser@emailaddress.com>'; $test =~ /\<([\.-A-Za-z]+\@[-A-Za-z]+\.[A-Za-z]+)\>/; print $1;
Hope this helps,
EEjack
In reply to Re: Expressing myself
by eejack
in thread Expressing myself
by web-yogini
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |