正则替换高级主题

This commit is contained in:
XiongNeng
2014-10-17 14:36:37 +08:00
parent bb687b772d
commit 8f2358c74a
2 changed files with 62 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
[' this is a\n multiline comment ']
>>>
在这个模式中,(?:.|\n)指定了一个非捕获组
在这个模式中,``(?:.|\n)`` 指定了一个非捕获组
(也就是它定义了一个仅仅用来做匹配,而不能通过单独捕获或者编号的组)。
|