pub fn parse_name_and_section(text: &str) -> Result<(&str, u8), Error>
Expand description

Splits the text foo(1) into “foo” and 1.