Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created November 5, 2017 16:41
Show Gist options
  • Save olbrichj/350a76e8c24742cfb6ee75afe44a24f2 to your computer and use it in GitHub Desktop.
Save olbrichj/350a76e8c24742cfb6ee75afe44a24f2 to your computer and use it in GitHub Desktop.
let allowedLocalCharacters : Gen<Character> = Gen<Character>.one(of: [
upperCaseLetters,
lowerCaseLetters,
numeric,
special,
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment