init(charactersIn : String)
Returns a character set containing the characters in a given string.
与えられた文字列の中の文字を含んでいる文字集合を返します。
init(range: NSRange)
Returns a character set containing characters with Unicode values in a given range.
与えられた範囲の中のユニコード値での文字を含んでいる文字集合を返します。
init?(contentsOfFile : String)
Returns a character set read from the bitmap representation stored in the file a given path.
与えられたパスでのファイルに格納されるビットマップ表現から読み出される文字集合を返します。