Function par_matching_indices

Source
pub fn par_matching_indices(
    res: &[Regex],
    target: &str,
) -> Result<Vec<u16>, String>
Expand description

Concurrently match the regex sequence with one common target