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.
pub fn compile_block_pattern(
pattern: &str,
) -> Result<CompatRegex, RegexCompileError>Compile a single block regex pattern (from -b flag).
Validates pattern length and compile-time correctness.