diff options
Diffstat (limited to 'files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/guide/regular_expressions/character_classes/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
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 <h2 id="类型">类型</h2> -<div class="hidden">The following table is also duplicated on <a href="/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Cheatsheet">this cheatsheet</a>. Do not forget to edit it as well, thanks!</div> - <table class="standard-table"> <thead> <tr> @@ -179,10 +177,6 @@ console.table(nonEnglishText.match(regexpBMPWord)); [ 'Приключения', 'Алисы', 'в', 'Стране', 'чудес' ] </pre> -<div class="hidden"> -<p>Note for MDN editors: please do not try to add funny examples with emoji as those characters are not handled by the platform (Kuma).</p> -</div> - <h2 id="Specifications">Specifications</h2> <table class="standard-table"> |