Skip to content

Instantly share code, notes, and snippets.

View isecret's full-sized avatar
😎
Create more bug.

Mao Wang isecret

😎
Create more bug.
View GitHub Profile
@mayufo
mayufo / 验证中国身份证 前6位对应地区码
Created January 16, 2018 10:12
验证中国身份证 前6位对应地区码
var GB2260 = {
"110000": "北京市",
"110100": "北京市市辖区",
"110101": "北京市东城区",
"110102": "北京市西城区",
"110103": "北京市崇文区",
"110104": "北京市宣武区",
"110105": "北京市朝阳区",
"110106": "北京市丰台区",
"110107": "北京市石景山区",
@JasonReflector
JasonReflector / reg.js
Created November 7, 2013 06:13
正则表达式:匹配非汉字字母数字的字符
/[^a-zA-Z0-9\u4e00-\u9fa5]/g