Generate strings matching a regex pattern. Defaults to full match (the entire string matches the pattern); pass { fullmatch: false } for substring/contains behavior.
{ fullmatch: false }
Optional
Generate strings matching a regex pattern. Defaults to full match (the entire string matches the pattern); pass
{ fullmatch: false }for substring/contains behavior.