Summary
Having gone through this walk-through, you have not only gained experience with how to use string manipulation actions but now also have an idea of what sort of scenarios they could be best applied to. To recap, we have covered a number of useful actions, including extracting a specific substring from a string via locations, extracting a substring from a string via specific text, finding a specific substring within a string, replacing parts of a string, converting strings into upper or lowercase, trimming leading/trailing spaces from strings, using regular expressions to find string patterns, splitting strings with a specific delimiter, concatenating strings, creating list variables, looping through list variables, and finally, understanding simple logical conditions.
You are now becoming more experienced with building more complex bots. In the next chapter, we will continue to build on this progress by looking at working with the filesystem. This will include how to move...