shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
isRegexp
Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.is
Check if the passed value is a js Regexp
Params
- value*-Mixed
The value to check
Return
- -Regexp
true if it’s a Regexp, false if not
Example
import { isRegex } from '@blackbyte/sugar/is'
if (isRegex(/^hello$/g) {
// do something
}Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space