Hello guys, I'm really new to this..
Can explain how to filter this url?
i can use this regex
to get the url but post id numbers id="post-204224" always change, how will i get the url every time?
Tq guys.. appreciate the help.
Can explain how to filter this url?
Код:
<h3 class="entrytitle" id="post-[B]204224[/B]"> <a href="http://www.iwant.this/url/" rel="bookmark">
Код:
(?<=<h3\ class="entrytitle"\ id="post-204224">\ <a\ href=").*(?="\ rel="bookmark">)
Tq guys.. appreciate the help.