Skip to main content

replace_section_in

Function replace_section_in 

Source
pub fn replace_section_in(
    content: &str,
    heading: &str,
    replacement: &str,
) -> Result<String, SectionError>