Skip to main content

replace_all

Function replace_all 

Source
pub fn replace_all(
    text: &str,
    matches: &[Match],
    template: &str,
) -> ReplaceResult
Expand description

Perform replacement across all matches, returning the output string and segment metadata.