String Manipulation Generators
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
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
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
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