[][src]Constant voca_rs::utils::PRINTABLE

pub const PRINTABLE: &str

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

Example

use voca_rs::*;
utils::PRINTABLE;
// => 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ \t\n\r