A valid index of the character view. position
must be less than the view’s end index.
文字ビューの有効なインデックス。position
はこのビューの末尾インデックスより少なくなければなりません。
Subscript
subscript(_:)
Accesses the Unicode scalar value at the given position.
指定された位置でユニコードスカラーにアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
subscript(position: String
.UnicodeScalarView
.Index
) -> Unicode
.Scalar
{ get }
Parameters パラメータ
position
Discussion 解説
The following example searches a string’s Unicode scalars view for a capital letter and then prints the character and Unicode scalar value at the found index: 以下の例は、ある文字列のもつユニコートスカラービューで大文字を捜して、それから見つかったインデックスでの文字とユニコードスカラー値を出力します: