pub fn compile(
pattern: &str,
fixed_strings: bool,
perl_regexp: bool,
case_insensitive: bool,
) -> Result<Engine, PdfGrepError>Expand description
Compile a pattern into an Engine.
§Errors
Returns PdfGrepError::RegexCompile on a malformed pattern.