printable constant
String
const printable
String of ASCII characters which are considered printable. This is a combination of digits, ascii_letters, punctuation, and whitespace.
Implementation
static const printable = printableNoSpaces + whitespace;