Skip to content

Instantly share code, notes, and snippets.

@twobitlabs
Created October 14, 2016 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twobitlabs/5ba150aed3c159d215ef049f0c5739de to your computer and use it in GitHub Desktop.
Save twobitlabs/5ba150aed3c159d215ef049f0c5739de to your computer and use it in GitHub Desktop.
import Foundation
var charset = CharacterSet(charactersIn: "a")
charset.formUnion(CharacterSet(charactersIn: "😀"))
print(charset.contains("😀" as UnicodeScalar))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment