Instance Method インスタンスメソッド

isSuperset(of:)

Returns a Boolean value that indicates whether the receiver is a superset of another given character set. レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。

Declaration 宣言

func isSuperset(of theOtherSet: CharacterSet) -> Bool

Parameters パラメータ

theOtherSet

A character set. ある文字集合。

Return Value 戻り値

true if the receiver is a superset of theOtherSet, otherwise false. true、もしレシーバがtheOtherSetの上位集合であるならば、そうでなければfalse

See Also 参照

Testing Set Membership 集合メンバーシップをテストする