pub fn effective_pattern(pattern: &str, opts: SearchOptions) -> StringExpand description
The pattern actually handed to the regex engine: escaped when -F (fixed strings) is set.
pub fn effective_pattern(pattern: &str, opts: SearchOptions) -> StringThe pattern actually handed to the regex engine: escaped when -F (fixed strings) is set.