Created
January 26, 2018 16:29
-
-
Save ahmedghazi/a776fd27e1aef0b0905c55d6499f1bdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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