want to extract anchor text from url using regex. !!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rodger21
Forum Newbie
Posts: 2
Joined: Mon Feb 07, 2011 3:22 am

want to extract anchor text from url using regex. !!!

Post by rodger21 »

Hello,
I Would like to know about the REGEX. I just want to get all the anchors URL & Text, from a string.

Example :- <a href="abc.com">I want this</a>

Rod
Post Reply