PHP regular expression matching unicode encoding regular expression method _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
PHP regular expression matching unicode encoding regular expression method. In the php Tutorial, the regular expression matches the regular expression method of unicode encoding. because of the special nature of unicode encoding, the general Chinese or English regular expressions cannot obtain the expected content correctly, next let's take a look at the regular expression matching unicode encoding regular expression method in a php Tutorial. because of the special nature of unicode encoding, the general Chinese or English regular expressions cannot get the content we want correctly, here is a professional unicode regular expression.

View the unicode encoding diagram.

$ Words = "0123456789 abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrsruvwxyz! @ # $ % ^ & * () _ +-= [],./{} | <>? '"Hello, we ";
$ Otherstr = preg_replace ("// [x {0080}-x {00ff}] +/iu", "", $ words );
Echo 'otherstr: ', $ otherstr;

Because of the special nature of unicode encoding, the general Chinese or English regular expressions cannot get the content we want correctly. let's take a look at this...

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.