Positive expressions Match HTML Tag property values, expression property values _php Tutorial

Source: Internet
Author: User

A positive expression matches the property value of an HTML tag, and the Expression property value


Today, due to the needs of the work, we need to get the attribute value of the HTML tag, immediately think of the regular expression, labeled as follows:




Need to get the value of the label's CX, CY attribute, and then write out a:

$circle is the contents of the circle tag above

Preg_match_all ('/<\s*circle\s+[^>]*?cx\s*=\s* (\ ' |\ ') (. *?) \\1[^>]*?cy\s*=\s* (\ ' |\ ") (. *?) \\1[^>]*?\/?\s*>/i ', $circle, $arr);

Var_dump ($arr);

$arr [2] is the value of CX, $arr [4] is the value of CY.



http://www.bkjia.com/PHPjc/1102844.html www.bkjia.com true http://www.bkjia.com/PHPjc/1102844.html techarticle positive expression matches the attribute value of the HTML tag, the expression attribute value today due to the needs of the work, need to get the property value of the HTML tag, immediately think of the regular expression, labeled as follows: ...

  • Related Article

    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.