aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/guide/regular_expressions
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/guide/regular_expressions')
-rw-r--r--files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html7
-rw-r--r--files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html (renamed from files/zh-cn/web/javascript/guide/regular_expressions/量词/index.html)3
2 files changed, 2 insertions, 8 deletions
diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html
deleted file mode 100644
index 8ff8e9730b..0000000000
--- a/files/zh-cn/web/javascript/guide/regular_expressions/boundaries/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: Boundaries
-slug: Web/JavaScript/Guide/Regular_Expressions/Boundaries
-translation_of: Web/JavaScript/Guide/Regular_Expressions/Assertions
-translation_of_original: Web/JavaScript/Guide/Regular_Expressions/Boundaries
----
-<p>重定向至 <a class="redirect" href="/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions/Assertions">断言</a></p>
diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/量词/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html
index bcc2a35e13..fa89245988 100644
--- a/files/zh-cn/web/javascript/guide/regular_expressions/量词/index.html
+++ b/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html
@@ -1,7 +1,8 @@
---
title: 量词
-slug: Web/JavaScript/Guide/Regular_Expressions/量词
+slug: Web/JavaScript/Guide/Regular_Expressions/Quantifiers
translation_of: Web/JavaScript/Guide/Regular_Expressions/Quantifiers
+original_slug: Web/JavaScript/Guide/Regular_Expressions/量词
---
<p>{{jsSidebar("JavaScript Guide")}}</p>