Skip to content

Commit 18f3d6c

Browse files
cdocoZiHang Gao
authored andcommitted
删除英文原文
1 parent d2a80fb commit 18f3d6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@
294294

295295
### 4.4 负向后行断言
296296

297-
Negative lookbehind is used to get all the matches that are not preceded by a specific pattern. Negative lookbehind is denoted by
298-
`(?<!...)`. For example the regular expression `(?&lt;!(T|t)he\s)(cat)` means: get all `cat` words from input string that
299-
are after not after the word `The` or `the`.
300-
<br />
301-
302297
负向后行断言是用于获取不在特定模式之前的所有匹配的内容。负向后行断言表示为 `(?<!...)`。例如正则表达式 `(?<!(T|t)he\s)(cat)`,表示: 在输入字符中获取所有不在 `The``the` 之后的所有单词 `cat`
303298

304299
<pre>

0 commit comments

Comments
 (0)