Description
Generates random strings that match chosen patterns or regular-expression-like rules. It helps tests, examples, fuzzing, and sample data creation where developers need many plausible text values quickly.
This is a developer library, not a password generator or security tool by default. Do not use generated strings as secrets unless the code explicitly uses a cryptographically secure random source and appropriate length.