SplitStrings
This Step splits Strings to a specific or random length
Last updated
This Step splits Strings to a specific or random length
Last updated
Treshold
number
The relative amount of nodes that will be affected
0 <= x <= 1
MinLength
number
The minimal length for the chunks in that the Strings are splitted
x > 0
MaxLength
number
The maximal length for the chunks in that the Strings are splitted
x >= MinLength
ConcatenationType
enum
The Functions used for Concatenation. Note that when using custom, the String Array will also be Shuffled
"strcat", "table", "custom"
CustomFunctionType
enum
The Type of Function code injection This Option only applies when custom Concatenation is selected. Note that when chosing inline, the code size may increase significantly!
"global", "local", "inline"
CustomLocalFunctionsCount
number
The number of local functions per scope. This option only applies when CustomFunctionType = local
x > 0