Contents

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.

See Also

Matching whitespace and line endings