Jump to content

preg_match help


runthis

Recommended Posts

Im not new to php at all, but havent had the need to use preg_match

I want to get all the links off of a page, but i want the href, not the class or title or anything

heres what i have to get the links

 

<a\s[^>]*href=(\"??)(\/stuff[^\" >]*?)\\1[^>]*>(.*)<\/a>

 

that matches any link that starts with /stuff

Link to comment
https://forums.phpfreaks.com/topic/207858-preg_match-help/
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.