Function get_regex_complexity_estimate_very_slow

Source
pub fn get_regex_complexity_estimate_very_slow(
    input: &str,
) -> Result<usize, RegexValidationError>