Thursday, 15 December 2016

php - How can I find the contents of the first h3 tag?

I am looking for a regex to find the contents of the first

tag. What can I use there?

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...