We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1126d11 commit 7be9a41Copy full SHA for 7be9a41
1 file changed
README.md
@@ -86,6 +86,12 @@ Setting `alphabet` limits the characters the generator can choose from. Defaults
86
87
@Vivait\StringGenerator(alphabet="abcdefghkmnpqrstuwxyz")
88
89
+### Unique
90
+
91
+Setting `unique` is boolean and tell if the string must be unique or not, by default `true`
92
93
+ @Vivait\StringGenerator(unique="false")
94
95
## Custom generator
96
97
If you want to use a different generator to create your string, create a class that implements namespace
0 commit comments