Jump to content

Regex to extract URL with special characters


abhi_madhani

Recommended Posts

I am trying to extract URL's from html page by using following Regular Expression.

<a href="      (....till....)     "> Name </a>

 

preg_match_all('/<\s*a\s+[^>]*href\s*=\s*[\"\']?([^\"\'>]+)[\"\']>(.*)<\/a>/isU'

 

It works perfectly on most URL's. But it fails to recognise following kind of urls in HTML.

 

http://en.wikipedia.org/wiki/B'ham - Note the single quotation in the B'ham.

 

The URL's in the HTML are not encoded for special characters, hence I have to build my regex to count in URL's which have special characters in them.

Could anyone guide me for solutions towards this bend?

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.