<a href=url here><img></a>
without quotes, i need to extract all links. I'm using:
- Code: Select all
/a[\s]+[^>]*?href[\s]?=[\s\"\']+".
"(.*?)[\"\']+.*?>"."([^<]+|.*?)?<\/a>/
but with no success

(php, i have other code i need just regexp part)
/a[\s]+[^>]*?href[\s]?=[\s\"\']+".
"(.*?)[\"\']+.*?>"."([^<]+|.*?)?<\/a>/
/a[\s]+[^>]*?href[\s]?=[\s\"\']*".
"(.*?)[\"\']*.*?>"."([^<]+|.*?)?<\/a>/
Users browsing this forum: No registered users and 1 guest