Strings and Text
文字列とテキスト
Work with text using Unicode-safe strings.
ユニコード安全な文字列を使ってテキストを扱います。
Topics
話題
Strings and Characters
文字列と文字
struct String
A Unicode string value that is a collection of characters.
あるユニコード文字列値、それは、いくらかの文字からなる1つのコレクションです。
struct Character
A single extended grapheme cluster that approximates a user-perceived character.
ある単一の拡張書記素クラスタで、1つのユーザ知覚文字におおよそ相当します。
Encoding and Storage
エンコードとストレージ
enum Unicode
A namespace for Unicode utilities.
ユニコードユーティリティのための名前空間。
Compile-Time Strings
コンパイル時文字列
struct StaticString
A string type designed to represent text that is known at compile time.
コンパイル時に知られるテキストを表現するために設計される文字列型。
See Also
参照
Values and Collections
値とコレクション
Collections
さまざまなコレクション
Store and organize data using arrays, dictionaries, sets, and other data structures.
配列、辞書、集合、および他のデータ構造を使ってデータを格納および組織化します。