We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1905 commit e62fddbCopy full SHA for e62fddb
shell-regex.md
@@ -1,6 +1,7 @@
1
-
2
Shell RegEx
3
----
+===
+
4
+⚠️ 创建了一个[新仓库](https://github.com/jaywcjlove/regexp-example),方便专门搜集讨论正则相关内容。顺便将下面内容整理到了[新仓库](https://github.com/jaywcjlove/regexp-example)。=> [`@jaywcjlove/regexp-example`](https://github.com/jaywcjlove/regexp-example)
5
6
## 目录
7
@@ -74,4 +75,4 @@ POSIX字符类是一个形如[:...:]的特殊元序列(meta sequence),他
74
75
| \r | 回车 | \r 匹配回车 | 不支持 | 不支持 | \r | \r |
76
| \t | 横向制表符 | \t 匹配一个横向制表符 | 不支持 | 不支持 | \t | \t |
77
| \v | 垂直制表符 | \v 匹配一个垂直制表符 | 不支持 | 不支持 | \v | \v |
-| \f | 换页符 | \f 匹配一个换页符 | 不支持 | 不支持 | \f | \f |
78
+| \f | 换页符 | \f 匹配一个换页符 | 不支持 | 不支持 | \f | \f |
0 commit comments