Instantly share code, notes, and snippets.
正则表达式是一个可以帮助我们匹配复杂字符串模式的工具
.
[abcd]
[a-zA-Z]
[^abcd]
\d
\s
\t
\w