Skip to content

Instantly share code, notes, and snippets.

@lyhapple
Created April 26, 2020 08:55
Show Gist options
  • Save lyhapple/0c670aa17432f41904751ebc1cf30090 to your computer and use it in GitHub Desktop.
Save lyhapple/0c670aa17432f41904751ebc1cf30090 to your computer and use it in GitHub Desktop.
# python
# 企业名称正则:只允许汉字,数字,字母
re.match(u'^[a-zA-Z0-9\u4e00-\u9fa5]{4,50}$', u'0Aa_测试').group()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment