Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created January 26, 2018 16:29
Show Gist options
  • Save ahmedghazi/a776fd27e1aef0b0905c55d6499f1bdd to your computer and use it in GitHub Desktop.
Save ahmedghazi/a776fd27e1aef0b0905c55d6499f1bdd to your computer and use it in GitHub Desktop.
var myStr = "The quick brown fox jumps over the lazy dog.";
var subStr = myStr.match("quick(.*)lazy");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment