提交 55865668 编写于 作者: RunAtWorld's avatar RunAtWorld

Update todo.md

上级 47dd6e56
### 非法字符校验
检验用户名不能包含非法字符表达式
```
SELECT
COUNT(*) cnt
FROM
t_user t
WHERE t_user.username REGEXP '[`~!@#$^&*()=|{}\':;\',\[\].<>/?~!@#¥……&*()——|{}【】‘;:”“。,、?[:space:]]';
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册