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