We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b087c36 commit 3181f05Copy full SHA for 3181f05
1 file changed
notes/正则表达式.md
@@ -51,6 +51,9 @@
51
| {n,m} | 重复n到m次 | yo{1, 3} | yo,yooo | yoooo |
52
| {n,} | 重复至少n次 | yo{2,} | yoo, yooo | yo |
53
54
+# Cheat Sheet
55
+
56
+[](https://si9ma.github.io/cool-cheatsheet/pdf/regexr.pdf)
57
58
# 正则在线验证
59
0 commit comments