pub fn par_matching_indices( res: &[Regex], target: &str, ) -> Result<Vec<u16>, String>
Concurrently match the regex sequence with one common target