whitespace

A character class that matches any element that is classified as whitespace.

iOS
16.0+
macOS
13.0+
tvOS
16.0+
watchOS
9.0+
static var whitespace: CharacterClass { get }

This character class is equivalent to \s in regex syntax.