From ea514a38735125a2b5468300311ea8b2389c8863 Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:06 +0800 Subject: remove hidden class for zh-CN --- .../guide/regular_expressions/character_classes/index.html | 6 ------ .../guide/regular_expressions/groups_and_ranges/index.html | 2 -- .../web/javascript/guide/regular_expressions/quantifiers/index.html | 2 -- .../guide/regular_expressions/unicode_property_escapes/index.html | 2 -- 4 files changed, 12 deletions(-) (limited to 'files/zh-cn/web/javascript/guide') diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html index 80f9181f89..84bf4e0090 100644 --- a/files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html +++ b/files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html @@ -13,8 +13,6 @@ translation_of: Web/JavaScript/Guide/Regular_Expressions/Character_Classes

类型

- - @@ -179,10 +177,6 @@ console.table(nonEnglishText.match(regexpBMPWord)); [ 'Приключения', 'Алисы', 'в', 'Стране', 'чудес' ] - -

Specifications

diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/groups_and_ranges/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/groups_and_ranges/index.html index 8aac5048dc..ac6334b3df 100644 --- a/files/zh-cn/web/javascript/guide/regular_expressions/groups_and_ranges/index.html +++ b/files/zh-cn/web/javascript/guide/regular_expressions/groups_and_ranges/index.html @@ -11,8 +11,6 @@ translation_of: Web/JavaScript/Guide/Regular_Expressions/Groups_and_Ranges

类型

- -
diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html index 1173553f2d..4f1bd7ba80 100644 --- a/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html +++ b/files/zh-cn/web/javascript/guide/regular_expressions/quantifiers/index.html @@ -12,8 +12,6 @@ original_slug: Web/JavaScript/Guide/Regular_Expressions/量词

类型

- -
diff --git a/files/zh-cn/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html b/files/zh-cn/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html index 973820343c..cf8a7207b6 100644 --- a/files/zh-cn/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html +++ b/files/zh-cn/web/javascript/guide/regular_expressions/unicode_property_escapes/index.html @@ -19,8 +19,6 @@ translation_of: Web/JavaScript/Guide/Regular_Expressions/Unicode_Property_Escape

句法

- -
// Non-binary 属性
 \p{Unicode属性值}
 \p{Unicode属性名=Unicode属性值}
-- 
cgit v1.2.3-54-g00ecf