Contents

whitespaces

A character set containing the characters in Unicode General Category Zs and CHARACTER TABULATION (U+0009).

Declaration

class var whitespaces: CharacterSet { get }

Return Value

A character set containing all the whitespace characters.

Discussion

This set doesn’t contain the newline or carriage return characters.

See Also

Getting Standard Character Sets