GenerateRandomString
Generates a random string.
Script Data
Name | Description |
---|---|
Script Type | python |
Tags | - |
Inputs
Argument Name | Description |
---|---|
Length | The length of the string |
Punctuation | Whether the string will include punctuation. |
Lowercase | Whether the string will include letters. |
Uppercase | Whether uppercase should be included. |
Digits | Whether digits should be included. |
Outputs
Path | Description | Type |
---|---|---|
RandomString | The generated string. | string |