Regular expression reverse reference of PHP core technologies and best practices

Source: Internet
Author: User
Regular expression reverse reference of PHP core technologies and best practices Regular expression reverse reference of PHP core technologies and best practices

The reverse reference is used to repeatedly search text matched by a previous group. For example, "\ 1" indicates the text matched by group 1:

\ B (\ w +) \ B \ s + \ 1 \ B

You can use "\ k "Previous example:

\ B (? \ W +) \ B \ s + \ k \ B

[Example]: UBB tag code

UBB labels are used to replace HTML in forums and message boards to achieve some simple HTML effects and prevent HTML security problems from being abused.

In the end, the UBB tag still needs to be parsed into HTML code for the browser to understand. the url tag is used as an example.

Required bytes url1_1.gif [/url]"

 \ D \. gif) \ [\/url \] # ","; Var_dump ($ s);?>

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.