Instance Property
インスタンスプロパティ
count
The number of characters in a string.
ある文字列の中の文字数。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var count: Int
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Inspecting a String 文字列を調査する
var isEmpty : Bool
A Boolean value indicating whether a string has no characters.
ある文字列が文字をひとつも持たないかどうかを指し示すブール値。