bytes_regex

Function 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.