[][src]Constant voca_rs::utils::ASCII_LETTERS

pub const ASCII_LETTERS: &str

The concatenation of the ascii_lowercase and ascii_uppercase constants described below. This value is not locale-dependent.

Example

use voca_rs::*;
utils::ASCII_LETTERS;
// => "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"