Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created July 21, 2019 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/850a307dcd14f5855959d9fb8dfaf489 to your computer and use it in GitHub Desktop.
Save luandevpro/850a307dcd14f5855959d9fb8dfaf489 to your computer and use it in GitHub Desktop.
let testStr = "freeCodeCamp";
let testRegex = /Code|code/;
testRegex.test(testStr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment