Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created November 5, 2017 16:41
Show Gist options
  • Save olbrichj/db813eb19166764c07dff7cb61c6372a to your computer and use it in GitHub Desktop.
Save olbrichj/db813eb19166764c07dff7cb61c6372a to your computer and use it in GitHub Desktop.
let localEmail = allowedLocalCharacters
.proliferateNonEmpty // Make a non-empty array of characters
.suchThat { $0[$0.index(before: $0.endIndex)] != "." }
.map { String($0) } // Then make a string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment