Function proptest::string::bytes_regex
source ยท pub fn bytes_regex(
regex: &str,
) -> Result<RegexGeneratorStrategy<Vec<u8>>, Error>
Expand description
Creates a strategy which generates byte strings matching the given regular expression.