Created
April 17, 2017 20:04
-
-
Save DmitrySoshnikov/2a216bbb05628166a440b7165b547db6 to your computer and use it in GitHub Desktop.
regexp-tree-palindrome
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
/^$/.test(''); // true | |
/$^/.test(''); // true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment