[][src]Function proptest::string::bytes_regex

pub fn bytes_regex(
    regex: &str
) -> Result<RegexGeneratorStrategy<Vec<u8>>, Error>

Creates a strategy which generates byte strings matching the given regular expression.