diff options
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/string')
15 files changed, 0 insertions, 29 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html index 9777130911..9c5b755d83 100644 --- a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html @@ -155,8 +155,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/charCodeAt <h2 id="브라우저_호환성">브라우저 호환성</h2> -<div class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("javascript.builtins.String.charCodeAt")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html index 9bd3b19236..f074e7b256 100644 --- a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html @@ -148,8 +148,6 @@ console.log('ä'.localeCompare('a', 'sv', { sensitivity: 'base' })); // a positi <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.localeCompare")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/match/index.html b/files/ko/web/javascript/reference/global_objects/string/match/index.html index e1031b8a0e..5297d440be 100644 --- a/files/ko/web/javascript/reference/global_objects/string/match/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/match/index.html @@ -130,8 +130,6 @@ str3.match(null); // ["null"]을 반환함.</pre> <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지의 호환성 표는 구조화된 데이터를 기반으로 작성하였습니다. 데이터를 제공하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>를 체크하시고, 풀 리퀘스트를 보내주시기 바랍니다.</p> - <p>{{Compat("javascript.builtins.String.match")}}</p> <h2 id="Firefox-specific_notes">Firefox-specific notes</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html index d44f9bec99..2580ea6c6e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html @@ -150,8 +150,6 @@ console.log(second === third); // 같은 글자처럼 보이지만 false를 출 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.normalize")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/padend/index.html b/files/ko/web/javascript/reference/global_objects/string/padend/index.html index 1c027c1363..e9b121e470 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padend/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padend/index.html @@ -88,8 +88,6 @@ if (!String.prototype.padEnd) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.padEnd")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html index eff03dd4ac..243c65ea23 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html @@ -93,8 +93,6 @@ if (!String.prototype.padStart) { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.padStart")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html index 8e1d67988b..1e8398e41e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html @@ -108,6 +108,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.repeat")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/string/search/index.html b/files/ko/web/javascript/reference/global_objects/string/search/index.html index 3d27d812fc..8e81cc312a 100644 --- a/files/ko/web/javascript/reference/global_objects/string/search/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/search/index.html @@ -78,8 +78,6 @@ console.log(str.search(re2)); // returns -1 cannot find '.' dot punctuation</pre <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.search")}}</p> <h2 id="Gecko-specific_notes">Gecko-specific notes</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/split/index.html b/files/ko/web/javascript/reference/global_objects/string/split/index.html index 7100e55a50..83d8136caa 100644 --- a/files/ko/web/javascript/reference/global_objects/string/split/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/split/index.html @@ -217,8 +217,6 @@ var strReverse = str.split(/(?:)/u).reverse().join(''); <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.split")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/substring/index.html b/files/ko/web/javascript/reference/global_objects/string/substring/index.html index 91d13974c9..b4dbd8c170 100644 --- a/files/ko/web/javascript/reference/global_objects/string/substring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/substring/index.html @@ -178,8 +178,6 @@ replaceString('World', 'Web', 'Brave New World'); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.substring")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html index d91e48729f..c24dd27e3b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html @@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.toLowerCase")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html index d08a2a816a..b4b814de9b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html @@ -38,8 +38,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toSource <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.toSource")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html index 999d5c0c74..197b679edd 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html @@ -47,7 +47,6 @@ console.log (x.toString ()); </font><font>// 'Hello world'를 기록합니다.</ <h2 id="브라우저_호환성"><font><font>브라우저 호환성</font></font></h2> -<p class="hidden"><font><font>이 페이지의 호환성 표는 구조화 된 데이터에서 생성됩니다. </font><font>데이터에 기여하려면 </font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font> 를 확인하고 </font><font>풀 요청을 보내주십시오.</font></font></p> <p><font><font>{{Compat ( "javascript.builtins.String.toString")}}</font></font></p> diff --git a/files/ko/web/javascript/reference/global_objects/string/trim/index.html b/files/ko/web/javascript/reference/global_objects/string/trim/index.html index 0f0b71f548..32c3607a1f 100644 --- a/files/ko/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/trim/index.html @@ -85,8 +85,6 @@ console.log(orig.trim()); // 'foo' <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("javascript.builtins.String.trim")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html index e8e217d615..a8c7023700 100644 --- a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html @@ -71,8 +71,6 @@ console.log(x.valueOf()); // 'Hello world' 가 보여집니다. <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지의 호환성 표는 구조화된 데이터로부터 생성됩니다. 만약 데이터에 기여하고 싶다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 을 확인하시고 pull 요청을 보내주세요.</p> - <p>{{Compat("javascript.builtins.String.valueOf")}}</p> <h2 id="같이_보기">같이 보기</h2> |