pub fn parse_name_and_section(text: &str) -> Result<(&str, u8), Error>
Splits the text foo(1) into “foo” and 1.
foo(1)
1