Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Grabbing e-mail addresses from a variable

by Bilbo (Pilgrim)
on Jun 20, 2003 at 12:00 UTC ( [id://267530]=note: print w/replies, xml ) Need Help??


in reply to Re: Grabbing e-mail addresses from a variable
in thread Grabbing e-mail addresses from a variable

That's not quite right: this will return one string containing all text between the beginning of the first address in the string and the last occurence of . followed by 2 or three characters in the string, probably the end of the last email address. For example:

test <a href="mailto:me@somewhere.co.uk"> more <a href="mailto:you@elsewhere.org.uk">

Becomes:

me@somewhere.co.uk"> more <a href="mailto:you@elsewhere.org.uk
  • Comment on Re: Re: Grabbing e-mail addresses from a variable

Replies are listed 'Best First'.
Re: Re: Re: Grabbing e-mail addresses from a variable
by nite_man (Deacon) on Jun 20, 2003 at 12:45 UTC
    Yes, you are right. I didn't take into account this case ... Thanks, it's my mistake.
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://267530]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found