Function char_count

Source
pub fn char_count(str: &String) -> usize
Expand description

Get actual character count (instead of byte count).