printable top-level constant

String const printable

String of ASCII characters which are considered printable. This is a combination of digits, ascii_letters, punctuation, and whitespace.

Implementation

const printable = string.printable;