RegexStringGenerator generator¶
Generate strings that match a regex pattern.
Why: Use RegexStringGenerator when a regular expression is the authoritative shape of a string value.
Category: core.
Output: str.
1 | |
Parameters¶
pattern:str; Defaultrequired— Supported regular expression that every generated value must match.