CristianLuca
Programmer
how can i extract a root using a pattern match ?
url type :
<h2 class=r><a href=\"
i use this :
<h2 class=r><a href=\"http:\/\/(.+?)\/\"/
but it grabs alot of things that i do not want.
for example : <h2 class=r><a href=\"http:
it greps it as correct . How can i make sure that the pattern of the url is " ?
xxx = {com,net,org ...}
Thanks ,
Cristian
url type :
<h2 class=r><a href=\"
i use this :
<h2 class=r><a href=\"http:\/\/(.+?)\/\"/
but it grabs alot of things that i do not want.
for example : <h2 class=r><a href=\"http:
it greps it as correct . How can i make sure that the pattern of the url is " ?
xxx = {com,net,org ...}
Thanks ,
Cristian