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?
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
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
How do I use the SubStringGen?
How to use the SubStringGen
Thu, 14 Nov, 2024 at 6:19 AM