Created
November 21, 2016 08:46
-
-
Save watr/5989922b55a221ee569cc0092b9d83b7 to your computer and use it in GitHub Desktop.
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 | |
extension CharacterSet { | |
static var fileNameAllowed: CharacterSet { | |
return CharacterSet(charactersIn: "/").inverted | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment