Re: select text

2002-02-05 Thread John W. Krahn
John Edwards wrote: > > You can use the following code... > > $email = 'Name LastName <[EMAIL PROTECTED]>'; > $email =~ /<([\w@.]+)>/; > $email = $1; > print $email; What about this valid e-mail address <[EMAIL PROTECTED]>? What if $1 is set from a previous match and this match fails? John

Re: select text

2002-02-05 Thread Dave Benware
"Jonathan E. Paton" wrote: > > --- Roman Fordinal <[EMAIL PROTECTED]> wrote: > > > > I need to get the email address from string: > > > > $email="Name LastName <[EMAIL PROTECTED]>" > > > > How do I extract it? [Above converted to English - > JEP] > > ($email = $email ) =~ /\<([^>]+)\>$/;

RE: select text

2002-02-05 Thread Gary Hawkins
> -Original Message- > From: John Edwards [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 05, 2002 9:25 AM > To: 'Jonathan E. Paton'; [EMAIL PROTECTED] > Subject: RE: select text > > > "Give a man a fish and you feed him for a day. >

RE: select text

2002-02-05 Thread John Edwards
ow how... John -Original Message- From: Jonathan E. Paton [mailto:[EMAIL PROTECTED]] Sent: 05 February 2002 17:19 To: [EMAIL PROTECTED] Subject: Re: select text --- Roman Fordinal <[EMAIL PROTECTED]> wrote: > > I need to get the email address from string: > > $email

RE: select text

2002-02-05 Thread John Edwards
ohn -Original Message- From: Roman Fordinal [mailto:[EMAIL PROTECTED]] Sent: 05 February 2002 17:11 To: [EMAIL PROTECTED] Subject: select text i need get e-mail adrees from string $email="Name LastName <[EMAIL PROTECTED]>" to $email="[EMAIL PROTECTED]&q

Re: select text

2002-02-05 Thread Jonathan E. Paton
--- Roman Fordinal <[EMAIL PROTECTED]> wrote: > > I need to get the email address from string: > > $email="Name LastName <[EMAIL PROTECTED]>" > > How do I extract it? [Above converted to English - JEP] ($email = $email ) =~ /\<([^>]+)\>$/; Jonathan Paton ___

select text

2002-02-05 Thread Roman Fordinal
i need get e-mail adrees from string $email="Name LastName <[EMAIL PROTECTED]>" to $email="[EMAIL PROTECTED]" why get it : : :. s pozdravom :.. Roman Fordinal :.. project manager :.: :.: WebCom s.r.o. - Internet Advertising Agency