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

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

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