String Manipulation Generators
Description The ConcatGen Generator combines (concatenates) two or more values together and returns a single String result. Parameters The followin...
Mon, 30 Oct, 2023 at 6:43 AM
Description The ConcatNumberGen Generator allows the concatenation of elements based on resetNumber value, separated by a delimiter, to generate an accumul...
Mon, 30 Oct, 2023 at 6:44 AM
Description RandomStringGen is a generator that generates a random string based on the lengths passed. Generator Parameters Example 1 - Random String o...
Fri, 6 Sep, 2024 at 2:24 PM
Description The StringSplitIndexGen splits the referenced String based on a delimiter, which in turn creates an internal list. The elements from the list c...
Tue, 6 Apr, 2021 at 12:59 AM