Jump to content

Regex to find URL from email messages.


cute_girl

Recommended Posts

Dear friends.

 

Can any one help me to find out URLs from mail message. I am using IMAP functions to retrieve mails. I searched many regex but couldnt get valid regex.

 

for example: i have email message like this.

 

this is new mail message. this is link in email http://www.domain.com/u/file.php?id1=1&id2=2&id3=3 please get this url from email message and now new url is http://hello.com/v.php?i=3 email is ended.

 

now i want to display only

 

http://www.domain.com/u/file.php?id1=1&id2=2&id3=3

http://hello.com/v.php?i=3

 

 

after doing this i want tol find out specific file in these urls i.e. v.php

 

actually i want to display only those urls which contains v.php which is http://hello.com/v.php?i=3

 

I just need guidence.

 

I tried alot but failed.

 

thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/116188-regex-to-find-url-from-email-messages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.