pub fn first_mention(text: &str, name: &str) -> Option<usize>
The first line naming name as a word, 1-based.
name