|
|
|
|
|
by luiz-pv9
3941 days ago
|
|
According to the readme: "Regular expressions are used in every language, every programmer is familiar with them. Regex can be used to easily express complex strings. What better way to generate a random string than with a tool you can easily use to express the string any way you want?" An example where this is useful (I guess) is generating data for tests. You can easily define an email regexp to generate random "valid" values for each model. |
|