whitespace
A character class that matches any element that is classified as whitespace.
Declaration
static var whitespace: CharacterClass { get }Discussion
This character class is equivalent to \s in regex syntax.
A character class that matches any element that is classified as whitespace.
static var whitespace: CharacterClass { get }This character class is equivalent to \s in regex syntax.