Constant voca_rs::utils::PUNCTUATION

source ·
pub const PUNCTUATION: &'static str = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
Expand description

The string !"#$%&'()*+,-./:;<=>?@[\]^_{|}~`.

Example

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