String Manipulation Generators

How do I use the ConcatGen Generator?
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
How do I use the ConcatNumberGen Generator?
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
How do I use the RandomStringGen Generator?
RandomStringGen is a generator that generates a random string based on lengths passed.  You can configure the stringType by choosing between letters, nu...
Mon, 30 Oct, 2023 at 6:45 AM
How do I use StringSplitIndexGen?
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