Created
November 16, 2017 17:21
-
-
Save brianmcallister/2b6e093aedb82a875e73923c20ff053a to your computer and use it in GitHub Desktop.
This file contains 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
\.( | |
[a-z]+ | |
(-(?!-))?)+ | |
(?: | |
__ | |
([a-z]+(-(?!-))?)+ | |
)? | |
(?: | |
-- | |
([a-z]+(-(?!-))? | |
)+ | |
)? | |
.a | |
.a-b__c | |
.a__ | |
.a__b | |
.a--b | |
.a__b--c | |
.asdf__asdf--asdf | |
.a-b-c-d | |
.a__b__c | |
.a--b__c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment