String Manipulation

For string manipulation, you have following operations -

1. Calculate Length Of String -

By using this manipulation, you will be able to calculate the length of the string. For that you can provide either the input as a flow variable (which contains string whose value is to be find) or can enter the string and further can enter the flow variable in which you want to save the length of the string.

2. Concatenate Strings

This operation helps to join multiple strings. You can add as many number of strings you want to concatenate by clicking on 'add input'. You can enter input as variable or can directly enter the string.

You can also see the preview of the concatenated string as shown.

3. Convert String To Lowercase

This operation type will help to convert a string to lowercase. You can provide input string either by variable or by actual string.

4. Convert String To Uppercase

This operation type will help to convert a string to uppercase. You can provide input string either by variable or by actual string.

5. Extract String

This operation will help you to extract any part of the string using regex expression.

Position will help the system to extract that position's group if multiple groups are found.

Enabling 'persist' will help to continue the flow forward if any value is not found.

Last updated

Was this helpful?