- 17 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Replacing String Characters
- Updated on 17 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 6.9.2 |
Root Folder | Example Lab - Replacing String Characters |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to replace a specified character or characters with any other specified character(s).
Explanation
This Example Lab project works by utilizing the Replace Text step. The Replace Text step works by taking in the original string, what character(s) that need to be replaced, and what character(s) to replace them with. In this example, this input process is simplified by using a Form to gather user input for each required part of the Replace Text step. By default, the Forms textboxes are populated with an example text replacement but can be changed to any other user input desired. Once the Replace Text step has run and completed, the output is passed on to the last Form which will display the original and altered text side by side.