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