Skip to content

Commit 3181f05

Browse files
authored
添加一个Cheat Sheet
1 parent b087c36 commit 3181f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notes/正则表达式.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
| {n,m} | 重复n到m次 | yo{1, 3} | yo,yooo | yoooo |
5252
| {n,} | 重复至少n次 | yo{2,} | yoo, yooo | yo |
5353

54+
# Cheat Sheet
55+
56+
[![building...](https://si9ma.github.io/cool-cheatsheet/img/regexr.png)](https://si9ma.github.io/cool-cheatsheet/pdf/regexr.pdf)
5457

5558
# 正则在线验证
5659

0 commit comments

Comments
 (0)