Demo Project using String Activities (Part 2)
The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
- Create a sample string variable and assign a default text value.
- Use the Split String activity to split the string by a separator. (The output needs to be assigned to an Array List variable.)
- Use the String Replace activity to replace a specific character in the string variable with a different character.
- Use the Substring activity to extract a part of the string by providing the starting index and the length of the substring.
- Use the To Lowercase activity to convert the entire string variable to lowercase letters.
- Use the To Uppercase activity to convert the entire string variable to uppercase letters.
- Use the Trim activity to remove any spaces from the left or right side of the text in the string variable.