email pattern

Post Reply
sfcoordinates
Posts: 4
Joined: Wed Dec 06, 2000 10:02 am

email pattern

Post by sfcoordinates »

I would like to extract the email addresss and the url from the web pages in the todo list.

Is there an existing function that will allow this to be done?

If not, what do I use. If it is REX then is there an example of the pattern that I would need to extract the email address?

Are there any examples.

Thanks
Marc
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

email pattern

Post by John »

I'm not sure exactly what you are looking for. If you are using the scripted walker then the results or <urllinks> will include mailto: URLs.

There are several REX expressions you can use to find email addresses. The simplest and broadest would be something like:

[^\space]+>>@=[^\space]+
John Turnbull
Thunderstone Software
Post Reply