pub fn validate_edit_nth(
content: &str,
from: &str,
to: &str,
file_path: Option<&str>,
nth: Option<usize>,
) -> ValidationResultExpand description
Like validate_edit but with an explicit nth occurrence parameter.
pub fn validate_edit_nth(
content: &str,
from: &str,
to: &str,
file_path: Option<&str>,
nth: Option<usize>,
) -> ValidationResultLike validate_edit but with an explicit nth occurrence parameter.