Regular expressions for matching Chinese characters _ regular expressions

Source: Internet
Author: User

\w match only Chinese, numbers, letters, for the Chinese people, only match the English will often use, see

Copy Code code as follows:

Matching regular expressions for Chinese characters: [\U4E00-\U9FA5]

Maybe you also need to match double-byte characters, and Chinese is also double-byte characters
Copy Code code as follows:

Match Double-byte characters (including Chinese characters): [^\x00-\xff]

Note: Can be used to calculate the length of a string (a double-byte character length meter 2,ascii character 1)

PS: About regular, this site also provides 2 very simple and practical regular expression tool for everyone to refer to use:

JavaScript Regular expression online test tool:
Http://tools.jb51.net/regex/javascript

Regular expression online generation tool:
Http://tools.jb51.net/regex/create_reg

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.