Skip to main content

replace_between

Function replace_between 

Source
pub fn replace_between(
    html: &str,
    start_marker: &str,
    end_marker: &str,
    replacement: &str,
) -> Option<String>
Expand description

Replace content between start_marker and end_marker (exclusive markers kept).