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 --- .../web/javascript/reference/global_objects/string/match/index.html | 2 -- .../web/javascript/reference/global_objects/string/padend/index.html | 2 -- .../web/javascript/reference/global_objects/string/padstart/index.html | 2 -- .../javascript/reference/global_objects/string/touppercase/index.html | 2 -- 4 files changed, 8 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/string') diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html index d93b8bebef..33a3a57880 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/match/index.html @@ -10,8 +10,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/match
{{EmbedInteractiveExample("pages/js/string-match.html", "shorter")}}
- -

语法

str.match(regexp)
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html index e73b847c5b..c66bc9d861 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html @@ -14,8 +14,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/padEnd
{{EmbedInteractiveExample("pages/js/string-padend.html")}}
- -

语法

str.padEnd(targetLength [, padString])
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html index 69aff06b94..98d0f201ed 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html @@ -16,8 +16,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/padStart
{{EmbedInteractiveExample("pages/js/string-padstart.html")}}
- -

语法

str.padStart(targetLength [, padString])
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html index 820f1a80b3..a62e0e137c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html @@ -15,8 +15,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toUpperCase
{{EmbedInteractiveExample("pages/js/string-touppercase.html","shorter")}}
- -

语法

str.toUpperCase()
-- cgit v1.2.3-54-g00ecf