build_combined_pattern

Function build_combined_pattern 

Source
pub fn build_combined_pattern(terms: &[String]) -> String
Expand description

Build a combined regex pattern from a list of terms This creates a single pattern that matches any of the terms using case-insensitive matching without word boundaries for more flexible matching