Finding Links

  • Thread starter Thread starter RajkiranPro
  • Start date Start date
R

RajkiranPro

Is there a way to extract the links from a given string which is a
combination of text and links..


Eg:

Downloads at download.com videos at youtube.com
 
Is there a way to extract the links from a given  string which is a
combination of text and links..

Eg:

Downloads at download.com videos at youtube.com

Hi,

You can try with a regex, look around you probably will find some good
one with different cases into account
 
Back
Top