Lodash.isRegExp

Checks if value is classified as a RegExp object.

struct Lodash
nothrow @trusted @safe ref
isRegExp
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a regexp, else false.

Meta