Skip to content

Instantly share code, notes, and snippets.

@twn39
Created April 23, 2019 03:00
Show Gist options
  • Select an option

  • Save twn39/6067ec45fedddff66f2eec7d77e00acc to your computer and use it in GitHub Desktop.

Select an option

Save twn39/6067ec45fedddff66f2eec7d77e00acc to your computer and use it in GitHub Desktop.
正则
@某人匹配
/ @([^\s,%&.]+) / #排除空白字符,标点特殊标点符号
用户名:
/[^\s@,.%&]{1, 20}/ 排除空白字符,特殊标点符号,长度为1~20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment