gcazian has asked for the wisdom of the Perl Monks concerning the following question:
Basically, I want to use regular expressions to extract any of the addresses that occur in between <presence from=' and the following ' character (so in the example above, I would like to extract "username1@myserver.mydomain.com/Exodus"). Anyone willing to point me in the right direction? Thanks.<who><presence from='username1@myserver.mydomain.com/Exodus' to='user +name2@myserver.mydomain.com'>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: regular expression from input file
by pzbagel (Chaplain) on Jan 16, 2004 at 02:16 UTC | |
|
Re: regular expression from input file
by borisz (Canon) on Jan 16, 2004 at 02:18 UTC |