日常更新一些笔记
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# 符号\*
|
||||
|
||||
test\*:表示匹配任何以test开头的内容
|
||||
\*test:表示匹配仍和以test结尾的内容
|
||||
\*test\*:表示任何包含test的内容
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
# 符号\*
|
||||
|
||||
test\*:表示匹配任何以test开头的内容
|
||||
\*test:表示匹配仍和以test结尾的内容
|
||||
\*test\*:表示任何包含test的内容
|
||||