Skip to content

Instantly share code, notes, and snippets.

@test482
Last active April 26, 2019 04:52
Show Gist options
  • Save test482/75a55d2fa222fa9c9e6b819fec791598 to your computer and use it in GitHub Desktop.
Save test482/75a55d2fa222fa9c9e6b819fec791598 to your computer and use it in GitHub Desktop.
var (
regexpTaobao = regexp.MustCompile(`¥([\w\s]+)¥`)
regexpURL = regexp.MustCompile(`(?:http|https|www)(?:[\s\.:\/\/]{1,})([\w%+:\s\/\.?=]{1,})`)
regexpWhitelist = regexp.MustCompile(`((acg|im9|bili|gov).*(com|html|cn|tv)|(av\d{8,}|AV\d{8,}))`)
regexpQQ = regexp.MustCompile(`(?:[加qQ企鹅号码\s]{2,}|[群号]{1,})(?:[\x{4e00}-\x{9eff}]*)(?:[:,:]?)([\d\s]{6,})`)
regexpWechat = regexp.MustCompile(`(?:[加+微++➕薇?vV威卫星♥❤姓xX信]{2,}|weixin|weix)(?:[,❤️.\s]?)(?:[\x{4e00}-\x{9eff}]?)(?:[:,:]?)([\w\s]{6,})`)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment