String Modifications Window

Modify a given text using string modifiers.

The String Modifications windows allows the user to designed to help you make changes to text data easily. This window offers various string modifiers that you can use, such as Find and Replace, Trim, and Combining text with other text.

The String Modifications Window is basically divided into 3 sections.

  1. Input Section: In this section, you will find an input field where you can enter the text that you want to modify using the string modifiers.

  2. Modifiers Section: The Modifiers section allows you to select and apply the string modifiers to the input text. To add a modifier, simply click on the "Add Modification" button. You can test the modifiers you have added by clicking on the "Test" button.

  3. Result Section: The Result section displays the modified string after applying the selected modifiers to the input text.

The resultant string will be shown the third section that is the Result section field.

The available string modifiers are:-

  • Find and Replace : This modifier helps you find a specific search string in the input text and replace it with a value of your choice. If you want the replacement to be case sensitive, you can check the "Match Case" option.

  • Combine Text : With this modifier, you can append additional text to the existing input text. You can choose whether to add the new text to the left or right of the input text by selecting the appropriate radio button.

  • Trim : The Trim modifier allows you to remove specified characters from the input text. You can trim characters from either the left or right side of the input text by checking the corresponding checkboxes. It is also possible to remove a specific character from both the left and right sides of the input text.

  • Text to Upper/Lowercase : This modifier converts the input text to either uppercase or lowercase, depending on your selection.

You can apply multiple string modifiers to the same input text to obtain the desired modified result.

By utilizing these string modifiers, you can easily manipulate and transform text data to suit your needs.

Last updated