String Manipulation Generators

How do I use the CompareStringGen Generator?
Description The CompareStringGen Generator returns ‘true’ or ‘false’ based on whether two string values are equal [EQ] or not equal [NE]. Parameters T...
Mon, 19 Aug, 2024 at 3:26 PM
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 ConstantGen Generator?
Description The ConstantGen Generator generates a constant, non-changing value. Here are a few ways you can use it to generate constant values: String (e...
Mon, 17 Mar, 2025 at 4:37 PM
How do I use the EncryptGen Generator?
Description The EncryptGen Generator encrypts a string using various encryption algorithms. Parameters The following parameters may be configured for ...
Sat, 14 Mar, 2020 at 7:52 AM
How do I use the MatchStringGen Generator?
Description The MatchStringGen Generator checks a string for a value match using a contains, startsWith, or endsWith matching function. Parameters The...
Sat, 28 Oct, 2023 at 10:34 AM
How do I use the NumberToWordsGen Generator?
Description The NumberToWordsGen Generator references any other Generator that generates a number and then converts the number into words.  Parameters ...
Sat, 28 Oct, 2023 at 12:51 PM
How do I use the RandomStringGen Generator?
Description The RandomStringGen generates a random string based on the lengths passed. The string can be letters, numbers, alphanumeric characters, or ASCI...
Wed, 2 Apr, 2025 at 11:17 AM
How do I use the StringReplacementGen?
Description The StringReplacementGen returns a string replacing all sequences of characters matching the regex and replacement string.  Regex or regula...
Fri, 18 Apr, 2025 at 7:48 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