Hey, ask 2 regular to merge into a regular how to write Ah, thank you

Source: Internet
Author: User
This is what you want to match.
Primary color:multi-colormulti Pack indicator:nobattery type:does not contain a Battery


This one, how do you merge it into one?
$a = Preg_match_all ('/lightrowhead.*?> (. *?):. *? Lightrow.*?> (. *?)(.*?):.*? Darkrow.*?> (. *?)  
I'm not writing this right.
$a = Preg_match_all ('/[lightrowhead| Darkrowhead].*?> (. *?):. *? [lightrow| Darkrow].*?> (. *?)  

Ask for expert guidance


Reply to discussion (solution)

(XX|YY)

In square brackets, it becomes a character list, using parentheses
$a = Preg_match_all ('/(lightrowhead| Darkrowhead) .*?> (. *?):. *? (lightrow| Darkrow) .*?> (. *?) do not want to join the forward reference words can write
$a = Preg_match_all ('/(?: lightrowhead| Darkrowhead) .*?> (. *?):. *? (?: lightrow| Darkrow) .*?> (. *?)
You can write if you need to pair before and after
$a = Preg_match_all ('/(lightrow| Darkrow) head.*?> (. *?):.*?\\1.*?> (. *?)

In square brackets, it becomes a character list, using parentheses
$a = Preg_match_all ('/(lightrowhead| Darkrowhead) .*?> (. *?):. *? (lightrow| Darkrow) .*?> (. *?) do not want to join the forward reference words can write
$a = Preg_match_all ('/(?: lightrowhead| Darkrowhead) .*?> (. *?):. *? (?: lightrow| Darkrow) .*?> (. *?)
You can write if you need to pair before and after
$a = Preg_match_all ('/(lightrow| Darkrow) head.*?> (. *?):.*?\\1.*?> (. *?) sure enough, csdn people are enthusiastic, thank you and the second floor.

  • 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.