Created
May 3, 2020 09:21
-
-
Save supermanue/4f35a76c7656054f79261ca186be3c6c to your computer and use it in GitHub Desktop.
refined_4
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
type NameRestrictions = MatchesRegex[W.`"[a-zA-Z]+[a-zA-Z0-9]*(?:[_-][a-zA-Z0-9]+)*"`.T] | |
type NamespaceRestrictions = MatchesRegex[W.`"[a-zA-Z]+[a-zA-Z0-9]*(?:[._-][a-zA-Z0-9]+)*"`.T] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment