Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created November 5, 2017 16:42
Show Gist options
  • Save olbrichj/305fbea8c996ccd89788245789f81f6c to your computer and use it in GitHub Desktop.
Save olbrichj/305fbea8c996ccd89788245789f81f6c to your computer and use it in GitHub Desktop.
let hostname = Gen<Character>.one(of: [
lowerCaseLetters,
numeric,
Gen.pure("-"), // Only generate this character
]).proliferateNonEmpty.map { String($0) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment