pub fn compile_pattern_text(text: &str) -> Result<PatternSet, CompileError>Expand description
Compiles pattern text into a PatternSet.
pub fn compile_pattern_text(text: &str) -> Result<PatternSet, CompileError>Compiles pattern text into a PatternSet.