This activity generates a random string.
The maximum length of the generated string. It cannot be used with Pattern.
The minimum length of the generated string. It cannot be used with Pattern.
The minimum number of lower case characters of the generated string. If a Pattern is specified this value will be ignored.
The minimum number of numeric characters of the generated string. If a Pattern is specified this value will be ignored.
The minimum number of special characters of the generated string. If a Pattern is specified this value will be ignored.
The minimum number of upper case characters of the generated string. If a Pattern is specified this value will be ignored.
Generate a string which follows the pattern.
The default is TRUE. Set it to false to make DocsMarshal not generate a string with duplicated characters.
Sets if the output string could contain lower case characters.
Sets if the output string could contain numbers.
Sets if the output string could contain special characters. Available special characters are: , . ; : ? ! / @ # $ % ^ & ( ) = + * - _ { } [ ] < > | ~
Sets if the output string could contain upper case characters.