PHP5.2 under Preg_match match Chinese question?

Source: Internet
Author: User
Keywords Php
Background notes:
My local development environment is 5.5, the actual operating environment is 5.2 (no choice ... )。

Now the same regular match code

preg_match("/^[A-Za-z0-9\x{4e00}-\x{9fa5}]+$/u",$name)

5.5 can be used normally, 5.2 not.
Probably tested a bit, as if it were the/U modifier.
Check out some information,/U in Linux under the PHP4. X supported the UH.

Is there anything wrong with the 5.2 setting?

Reply content:

Background notes:
My local development environment is 5.5, the actual operating environment is 5.2 (no choice ... )。

Now the same regular match code

preg_match("/^[A-Za-z0-9\x{4e00}-\x{9fa5}]+$/u",$name)

5.5 can be used normally, 5.2 not.
Probably tested a bit, as if it were the/U modifier.
Check out some information,/U in Linux under the PHP4. X supported the UH.

Is there anything wrong with the 5.2 setting?

It should not be a version or syntax problem, but u mode cannot match the Chinese of the GBK character set, so if you confirm that the encoding setting of the character set used by the current page is determined to be utf-8, I can't think of any other reason. See if there are any more masters.

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