Skip to main content

replace_file

Function replace_file 

Source
pub fn replace_file(
    replacer: &mut TextReplacer,
    path: &str,
) -> Result<String, Box<EvalAltResult>>
Expand description

Reads a file, applies all replacements, and returns the result as a string