Current location: Hot Scripts Forums » General Web Coding » JavaScript » script to get mail adresses from a text?


script to get mail adresses from a text?

Reply
  #1 (permalink)  
Old 02-11-06, 06:53 AM
BartHuis BartHuis is offline
New Member
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
script to get mail adresses from a text?

hello,
does someone have, or know an script that can filter mail adresses from a whole text, with texts and mail adresses, so if i have this:

nf jgnfg gjhfduikg jgrhgu name@domain.com jkhgru fkhrgifu jhufiryfb 98gy4tbrng 98trj other@hotmail.com jghfuig

the sript can filter the 2 adresses from this? (i can imaine there something like search for @ , select the word where the @ is in, and give all results as the result page... some like this... i hope someone has this for me...
Bart
Reply With Quote
  #2 (permalink)  
Old 02-11-06, 01:24 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
There are two ways to approach to this problem.
The first one, as you mentioned, is to simply parse the text by looking for @ and then get everything between the sequence space-@-space, which most likely would be mail addresses.

The other way to do it uses regular expressions to get strings that match typical email addresses. However, this approach would give you a pretty complicated pattern if you want to be sure to get only valid emails...
__________________
[W3Schools - learn all about the standards.] [QuirksMode - Browser Quirks] [MS's Online Reference Docs] [DOM in Gecko.]
Please pay attention to stickys, announcements and forum rules, thank you.
Please also remember Code Wrappers and [SOLVED] Marking, this helps everyone.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2 profitable script sites for sale cms-master.com General Advertisements 3 07-03-07 10:17 AM
User Text Based Redirect Script - Need Helop - My first original script ever! skipcollege PHP 6 09-19-05 05:07 AM
converting perl script to php help!! macruddace Perl 1 04-14-05 02:38 PM
MySQL Query problem Wraith PHP 5 03-06-04 05:16 PM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 11:03 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.