Modify Text
Updates a given text data using string modifications.
Last updated
Updates a given text data using string modifications.
Last updated
This activity updates a user given text data using string modifications like find and replace, trim, and combining the text with another text data.
Input Text: String Argument
Specifies the input text on which the String modifications are to be applied. It can be any string value that you provide.
Modifications: Specifies the string modifications to be used on the Input Text using the String Modifications Window. To access the String Modifications Window, click on the button located on the right end of this field.
In the String Modifications Window, you can define and configure the desired modifiers. You can add multiple modifiers, such as find and replace, trim, or combining text, by selecting them from the available options.
To test the modifiers, enter a sample text in the input text field of the window and click on the "Test" button. The modified text will be displayed in the result section of the window. If you are satisfied with the result, click on the "Ok" button to save the selected modifiers.
Only the modifiers that you have selected will be saved when you click on the "Ok" button.
Result: String Variable
Stores the resulting string value after applying the selected string modifications.