Skip to content

Commit

Permalink
Update shell-regex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Dec 6, 2021
1 parent 07b1905 commit e62fddb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shell-regex.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

Shell RegEx
---
===

⚠️ 创建了一个[新仓库](https://github.com/jaywcjlove/regexp-example),方便专门搜集讨论正则相关内容。顺便将下面内容整理到了[新仓库](https://github.com/jaywcjlove/regexp-example)。=> [`@jaywcjlove/regexp-example`](https://github.com/jaywcjlove/regexp-example)

## 目录

Expand Down Expand Up @@ -74,4 +75,4 @@ POSIX字符类是一个形如[:...:]的特殊元序列(meta sequence),他
| \r | 回车 | \r 匹配回车 | 不支持 | 不支持 | \r | \r |
| \t | 横向制表符 | \t 匹配一个横向制表符 | 不支持 | 不支持 | \t | \t |
| \v | 垂直制表符 | \v 匹配一个垂直制表符 | 不支持 | 不支持 | \v | \v |
| \f | 换页符 | \f 匹配一个换页符 | 不支持 | 不支持 | \f | \f |
| \f | 换页符 | \f 匹配一个换页符 | 不支持 | 不支持 | \f | \f |

0 comments on commit e62fddb

Please sign in to comment.