Skip to content

Instantly share code, notes, and snippets.

@ChukwuEmekaAjah
Created October 31, 2018 12:26
Show Gist options
  • Save ChukwuEmekaAjah/ea1e4b000dbed7e58796ef864d2aa2be to your computer and use it in GitHub Desktop.
Save ChukwuEmekaAjah/ea1e4b000dbed7e58796ef864d2aa2be to your computer and use it in GitHub Desktop.
Regular expression tester.
function isregexp(val) {
return Object.prototype.toString.call(val) === '[object RegExp]'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment