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.
This property corresponds to the “White_Space” property in the Unicode Standard.