Created
April 23, 2019 03:00
-
-
Save twn39/6067ec45fedddff66f2eec7d77e00acc to your computer and use it in GitHub Desktop.
正则
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @某人匹配 | |
| / @([^\s,%&.]+) / #排除空白字符,标点特殊标点符号 | |
| 用户名: | |
| /[^\s@,.%&]{1, 20}/ 排除空白字符,特殊标点符号,长度为1~20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment