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

isWhitespace

A Boolean value indicating whether the scalar is a whitespace character. このスカラーが空白文字であるかどうかを指し示すブール値。

Declaration 宣言

var isWhitespace: Bool { get }

Discussion 解説

This property is true for scalars that are spaces, separator characters, and other control characters that should be treated as whitespace for the purposes of parsing text elements. このプロパティがtrueであるのは、空白、分離子文字、そして他の制御文字であるスカラーに対してです、それはテキスト要素を構文解析する目的のために空白として扱われるべきものです。

This property corresponds to the “White_Space” property in the Unicode Standard. このプロパティは、ユニコード標準における “White_Space” に相当します。