Module proptest::string [−][src]
Strategies for generating strings and byte strings from regular expressions.
Structs
| RegexGeneratorStrategy | 
                                 Strategy which generates values (i.e.,   | 
                       
| RegexGeneratorValueTree | 
                                 
  | 
                       
| StringParam | 
                                 Wraps the regex that forms the   | 
                       
Enums
| Error | 
                                 Errors which may occur when preparing a regular expression for use with string generation.  | 
                       
Functions
| bytes_regex | 
                                 Creates a strategy which generates byte strings matching the given regular expression.  | 
                       
| bytes_regex_parsed | 
                                 Like   | 
                       
| string_regex | 
                                 Creates a strategy which generates strings matching the given regular expression.  | 
                       
| string_regex_parsed | 
                                 Like   |