Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Last active 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/190411766d0a6daa09d3cf8d54787827 to your computer and use it in GitHub Desktop.
Save luandevpro/190411766d0a6daa09d3cf8d54787827 to your computer and use it in GitHub Desktop.
let testStr = "freeCodeCamp";
let testRegex = /Code/;
testRegex.test(testStr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment