String Manipulation
Last updated
Was this helpful?
Last updated
Was this helpful?
For string manipulation, you have following operations -
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.
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.
This operation type will help to convert a string to lowercase. You can provide input string either by variable or by actual string.
This operation type will help to convert a string to uppercase. You can provide input string either by variable or by actual string.
Position will help the system to extract that position's group if multiple groups are found.
This operation will help you to extract any part of the string using