Code:
Code: Select all
<a\s*?.+?>(?!(?:(?!<\/a>).)*')(.*?)</a>Code: Select all
<a href='>>>>>>'>blah</a>Code: Select all
<a href='blah'>'blah'</a>If anyone could help me with this, i'll love you forever!
Moderator: General Moderators
Code: Select all
<a\s*?.+?>(?!(?:(?!<\/a>).)*')(.*?)</a>Code: Select all
<a href='>>>>>>'>blah</a>Code: Select all
<a href='blah'>'blah'</a>Code: Select all
<a href='url here' onclick='javascript:xyz("abc>")'>'xyz'</a>Code: Select all
")'>'xyz'</a>Ooh I'm not sure I should answer thisIf anyone could help me with this, i'll love you forever!
Code: Select all
preg_match('~<a>(.*?)<\/a>~ms')Which option are you referring to? And how do you know until you profile it?Hmm, i dont think thats going to be efficient enough for me
How major? If you're doing properly major crawling, you should probably be using C.im doing major web crawling with this application