Familiar with regular come in, 0 wide assertion using repetition * will error resolution

Source: Internet
Author: User
Tags repetition
Familiar with the regular coming in, 0 wide assertion using repetition * will error
Everybody look at these two.
PHP Code
  
  Preg_match (' # (? <=a*) word# ', ' pre word ', $MT);p Reg_match (' # (?<=< (\w+) >). * (?=<\/\1>) # ', ' prehi! Word ', $mt);



------Solution--------------------
Http://perldoc.perl.org/perlretut.html#Looking-ahead-and-looking-behind
This is a regular document for Perl and I think it should be available for PHP's regular engine.
Inside there is a sentence of the lookahead assertion is denoted by (? =regexp) and the lookbehind assertion are denoted by (? <=fixed-regexp)
0 Wide assertion is also called surround, which means that the reverse look can only contain a fixed length of sub-expressions, so it cannot appear *? + These quantifiers, only the sequential surround can
  • 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.