📖
📖
📖
📖
mabutou's wiki
Blog
搜索
⌃
K
Links
📖
📖
📖
📖
mabutou's wiki
搜索
⌃
K
About
🤖
Linux
🐬
Front-end
❄️ K8S
🐳
Docker
🐮
Rancher
🐍
Python
🍎
Mac
🖥
Windows
⌨️ Cheatsheet
Application
正则表达式
basic
regular expression
Proxmox
VMware
Hetzner
Oracle-Cloud-ARM
镜像源
由
GitBook
提供支持
basic
. 匹配除换行符以外的任意字符
\w 匹配字母或数字或下划线或汉字
\s 匹配任意的空白符
\d 匹配数字
\b 匹配单词的开始或结束
^ 匹配字符串的开始
$ 匹配字符串的结束
以前
正则表达式
下一个
regular expression
最近更新
2yr ago