aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/string
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:06 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitea514a38735125a2b5468300311ea8b2389c8863 (patch)
tree1afc6c2ff3ee3bc5efdfbba3841e2ef24f0c9485 /files/zh-cn/web/javascript/reference/global_objects/string
parenta2960295605a27e084541fc2f93068dd3cad15ba (diff)
downloadtranslated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.gz
translated-content-ea514a38735125a2b5468300311ea8b2389c8863.tar.bz2
translated-content-ea514a38735125a2b5468300311ea8b2389c8863.zip
remove hidden class for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/match/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html2
4 files changed, 0 insertions, 8 deletions
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
<div>{{EmbedInteractiveExample("pages/js/string-match.html", "shorter")}}</div>
-<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div>
-
<h2 id="Syntax" name="Syntax">语法</h2>
<pre class="syntaxbox"><code><em>str</em>.match(regexp)</code></pre>
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
<div>{{EmbedInteractiveExample("pages/js/string-padend.html")}}</div>
-<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div>
-
<h2 id="语法">语法</h2>
<pre class="syntaxbox"><var>str</var>.padEnd(<var>targetLength</var> [, <var>padString</var>])</pre>
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
<div>{{EmbedInteractiveExample("pages/js/string-padstart.html")}}</div>
-<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</div>
-
<h2 id="语法">语法</h2>
<pre class="syntaxbox"><var>str</var>.padStart(<var>targetLength</var> [, <var>padString</var>])</pre>
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
<div>{{EmbedInteractiveExample("pages/js/string-touppercase.html","shorter")}}</div>
-<p class="hidden">这个交互式示例的源代码存储在GitHub存储库中。如果您想对交互式示例项目作出贡献,请克隆<a href="/zh-CN/docs/">https://github.com/mdn/interactive-examples</a>并向我们发送请求。</p>
-
<h2 id="语法">语法</h2>
<pre class="syntaxbox"><var>str</var>.toUpperCase()</pre>