Last active
August 30, 2020 19:51
-
-
Save ashwinkumar2438/d5cebcbfd779dc34bd2b5c13e61eb9e8 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 str="\n9 " /* " | |
9 " */ | |
var regex=/\n\d\s/; | |
regex.test(str); //true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment