Skip to content

Instantly share code, notes, and snippets.

@carloscarvallo
Created April 1, 2016 18:51
Show Gist options
  • Save carloscarvallo/8046558737ece82d3547d61bd6cdb0af to your computer and use it in GitHub Desktop.
Save carloscarvallo/8046558737ece82d3547d61bd6cdb0af to your computer and use it in GitHub Desktop.
Verifies whether the expression exists
function regex( str ) {
console.log(/EXISTS/.test(str))
}
regex( process.argv[2] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment