whitespace top-level 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

const whitespace = string.whitespace;