Skip to main content

compile_block_pattern

Function compile_block_pattern 

Source
pub fn compile_block_pattern(
    pattern: &str,
) -> Result<CompatRegex, RegexCompileError>
Expand description

Compile a single block regex pattern (from -b flag).

Validates pattern length and compile-time correctness.