AFL found this regex which causes `Regex::new()` in `regex-0.1.71` to call `Option::unwrap()` on a None-value, causing a panic ``` r"[^\D\d]" ```