Structure

CharacterSet

A set of Unicode character values for use in search operations. 検索操作で使うためのユニコード文字値の集合。

Declaration 宣言

struct CharacterSet

Overview 概要

A CharacterSet represents a set of Unicode-compliant characters. Foundation types use CharacterSet to group characters together for searching operations, so that they can find any of a particular set of characters during a search. あるCharacterSet表現は、あるユニコード対応文字集合を表します。Foundation型は、CharacterSetを使うことで、検索操作のためにいくらかの文字を一緒にグループにまとめます、それでそれらは何らかの特定の一揃いの文字を検索の間に見つけることができます。

This type provides “copy-on-write” behavior, and is also bridged to the Objective-C NSCharacterSet class. この型は、「コピーオンライト」挙動を提供します、そしてまたObjective-CのNSCharacterSetクラスにブリッジもします。

Topics 話題

Getting Standard Character Sets 標準文字集合を取得する

Getting Character Sets for URL Encoding URLエンコーディングのための文字集合を得る

Creating a Custom Character Set あつらえの文字集合を作成する

Creating and Managing Bitmap Representations ビットマップ表現の作成と管理

Inverting a Character Set ある文字集合を逆にする

Combining Character Sets 文字集合を結合する

Adding Characters 文字を追加する

Removing Characters 文字を削除する

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

Comparing Character Sets 文字集合を比較する

Describing a Character Set 文字集合を記述する

Using Reference Types 参照型を使用する

Initializers イニシャライザ

See Also 参照

Characters さまざまな文字