跳到主要内容
英文官网
GitHub
对象(Objects)
isRegExp
isRegExp
_.isRegExp(object)
如果
object
是一个正则表达式,返回
true
。
_
.
isRegExp
(
/
moe
/
)
;
=>
true
上一页
isDate
下一页
isError