正则替换高级主题
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
[' this is a\n multiline comment ']
|
||||
>>>
|
||||
|
||||
在这个模式中,(?:.|\n)指定了一个非捕获组
|
||||
在这个模式中,``(?:.|\n)`` 指定了一个非捕获组
|
||||
(也就是它定义了一个仅仅用来做匹配,而不能通过单独捕获或者编号的组)。
|
||||
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user