Match the regular expression to the tab. t seems to match spaces.

Source: Internet
Author: User
If it is positive, it matches the tab. t seems to match spaces. if it is positive, it matches the tab. if it is not, it also matches spaces. ------ solution ------------------ what is so possible? The analysis is as follows: $ s & nbsp; add a tab with a space and echo & nbsp; the current regular expression matches the tab. \ t may also match spaces.
If the value is positive, it matches the tab. \ t seems to match spaces.


------ Solution --------------------
What is so possible? The analysis is as follows:
$ S = ''; // add a tab with a space
Echo current (unpack ('H * ', $ s); // 2009 20 is the hexadecimal code of the space, and 09 is the hexadecimal code of the Tab key.

Preg_match ("/\ t +/", $ s, $ r );
Echo current (unpack ('H * ', $ r [0]); // get 09

Preg_match ("/+/", $ s, $ r );
Echo current (unpack ('H * ', $ r [0]); // get 20

Preg_match ("/\ s +/", $ s, $ r );
Echo current (unpack ('H * ', $ r [0]); // Get 2009

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.