Created
June 17, 2016 23:01
-
-
Save ayanonagon/edbb11e52faddefc25cd9a1e2b5d046a to your computer and use it in GitHub Desktop.
Swift 3.0 CharacterSet Bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
var nonAlphaNumeric = CharacterSet.alphanumerics.inverted | |
nonAlphaNumeric.remove(charactersIn: " ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment