I want to parse all source inside the paragraph, but in my scenario is taken the whole page from <html> to </html>..
Regex that I use: <p>(.*?)</p>
What to take settings: Source..
So how to take HTML source inside p tag?
Ex:
Thanks!
Regex that I use: <p>(.*?)</p>
What to take settings: Source..
So how to take HTML source inside p tag?
Ex:
Код:
<p>Bla bla bla bla.. <a href="http://yahoo.com">Link</a> bla bla bla..</p>
Последнее редактирование: