Regular-expression generators¶
Warning
The current page still doesn't have a translation for this language.
But you can help translating it: Contributing.
RegexStringGenerator¶
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.