Find a regular expression. thank you.

Source: Internet
Author: User
Find a regular expression. thank you for choosing phpisshow from 2013-03-2915: 23: 27 at the end of this post. & lt; body & gt; & lt; a & nbsp; href = "/news/news-list.php? Id = 5 "& gt; title name & l returns a regular expression. thank you.
This post was last edited by phpisshow at 15:23:27



Title name

Href ="
/News/news-list.php? Id = 6 "> title name

Title name





Matches all the tags with href links on the page, and does not need href,

Need to propose three parameters, 1, title name this entire segment 2,/news/news-list.php? Id = 5 link address 3, title name

I used

Preg_match_all ('/] *?)> ([\ S \ S] *?) <\/A>/I'

However, if there is no href in the third method, the matching will continue. The entire A tag without href is matched, but this is not A greedy match.

Find a regular expression that can solve the problem. thank you!
------ Solution --------------------
$ S = <

 


Title name

Href ="
/News/news-list.php? Id = 6 "> title name

Title name


Html;
Preg_match_all ('/] + href = "(. +)" [^>] *> (. +) <\/a>/isU', $ s, $ m );
Print_r ($ m );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.