diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/regexp/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html index 25f587ed4c..c697ad26c4 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/index.html @@ -78,8 +78,6 @@ var re = /\w+/;</pre> <dd><code>.</code> 是否要匹配新行(newlines)。</dd> <dt>{{JSxRef("RegExp.prototype.global")}}</dt> <dd>针对字符串中所有可能的匹配项测试正则表达式,还是仅针对第一个匹配项。</dd> - <dt></dt> - <dt></dt> <dt>{{JSxRef("RegExp.prototype.ignoreCase")}}</dt> <dd>匹配文本的时候是否忽略大小写。</dd> <dt>{{JSxRef("RegExp.prototype.multiline")}}</dt> |