Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created February 27, 2018 08:04
Show Gist options
  • Save vldvel/07a35bc79fee5a2fa0505aa2296bff97 to your computer and use it in GitHub Desktop.
Save vldvel/07a35bc79fee5a2fa0505aa2296bff97 to your computer and use it in GitHub Desktop.
regexp.test(param);
// param - String or Function(return String)
//EXAMPLE
/ABC/.test('ABCDEF'); // true
/ABC/.test('ABODEF'); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment