Skip to content

Instantly share code, notes, and snippets.

@supermanue
Created May 3, 2020 09:21
Show Gist options
  • Save supermanue/4f35a76c7656054f79261ca186be3c6c to your computer and use it in GitHub Desktop.
Save supermanue/4f35a76c7656054f79261ca186be3c6c to your computer and use it in GitHub Desktop.
refined_4
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