The single-character string to convert to a Character
instance. s
must contain exactly one extended grapheme cluster.
Character
インスタンスへと変換される単一文字文字列。s
は、厳密に1つの拡張書記素クラスタを含んでいなければなりません。
Initializer
init(_:)
Creates a character from a single-character string.
ある単一文字の文字列から1つの文字を作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.3+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(_ s: String
)
Parameters パラメータ
s
Discussion 解説
The following example creates a new character from the uppercase version of a string that only holds one character. 以下の例は、1つの文字を保持するだけのある文字列の大文字バージョンから、新しい文字列を作成します。