Skip to main content

validate_edit_nth

Function validate_edit_nth 

Source
pub fn validate_edit_nth(
    content: &str,
    from: &str,
    to: &str,
    file_path: Option<&str>,
    nth: Option<usize>,
) -> ValidationResult
Expand description

Like validate_edit but with an explicit nth occurrence parameter.