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...
Wed, 11 Mar, 2020 at 9:41 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...
Wed, 11 Mar, 2020 at 9:47 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...
Thu, 31 May, 2018 at 11:19 AM
How do I use the SubStringGen?
How to use the SubStringGen
Thu, 11 May, 2017 at 5: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