Constant voca_rs::utils::PUNCTUATION[][src]

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

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

Example

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