whitespace constant
String
const whitespace
A string containing all ASCII characters that are considered whitespace. This includes the characters space, tab, linefeed, return, formfeed, and vertical tab.
Implementation
static const whitespace = ' \u{0009}\n\r\u{000C}\u{2B7F}';