Function group_n_chars

Source
pub fn group_n_chars(s: &str, n: usize) -> Vec<&str>