String Manipulation Action Cells

This category provides functions for manipulating string variables. You can do things such as search, extract, validate, format, replace, and append strings, and also manipulate URI query strings.

String Manipulation Action Cell

Description

 

Extract String

Extracts a sequence of characters from a specified location (offset) in a string variable and stores the extraction in another string variable.

 

Find String

Searches for a sequence of characters in a string variable and branches accordingly.

 

String Length

Measures the character length of a string.

 

Format String

Combines variables collected by the script into a single string variable.

 

Find and Replace

Replaces a sequence of characters in a string variable with another sequence of characters.

 

Append String

Extends a string by joining another string to the end of it.

 

Insert String

Inserts a string at a specified location (offset) in another string.

 

Insert Character

Inserts an ASCII character at a specified location (offset) in a string.

 

Convert Case

Converts all of the alphabetic characters in a string variable to either upper or lower case.

 

Parse String

Retrieves parameter values from a URI query string.

 

Build String

Inserts values into a URI query string.

 

Regex Match

Uses a regular expression (regex) pattern to search for a specific string or patterns of text in a string variable and branches accordingly.

Full action cell list