From 289f7e1cfca4248d5235bd7afc5138df7df15e4f Mon Sep 17 00:00:00 2001 From: ruanyf Date: Mon, 17 Jul 2023 16:22:27 +0800 Subject: [PATCH] docs(regex): fix typo #1160 --- docs/regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/regex.md b/docs/regex.md index 157778a..729eab3 100644 --- a/docs/regex.md +++ b/docs/regex.md @@ -376,7 +376,7 @@ JavaScript 语言的正则表达式,只支持先行断言(lookahead)和先 ```javascript /(?<=\$)\d+/.exec('Benjamin Franklin is on the $100 bill') // ["100"] -/(?