Instance Property インスタンスプロパティ

isWhitespace

A Boolean value indicating whether this character represents whitespace, including newlines. この文字が空白を、ニューラインを含めて、表すかどうかを指し示すブール値。

Declaration 宣言

var isWhitespace: Bool { get }

Discussion 解説

For example, the following characters all represent whitespace: 例えば、以下の表意文字は全て空白を表します:

  • “\t” (U+0009 CHARACTER TABULATION)

  • “ “ (U+0020 SPACE)

  • U+2029 PARAGRAPH SEPARATOR

  • U+3000 IDEOGRAPHIC SPACE

See Also 参照

Inspecting a Character 表意文字を調べる