show / hide menu

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:

  1. Create a sample string variable and assign a default text value. 
  2. Use the Split String activity to split the string by a separator. (The output needs to be assigned to an Array List variable.) 
  3. Use the String Replace activity to replace a specific character in the string variable with a different character. 
  4. Use the Substring activity to extract a part of the string by providing the starting index and the length of the substring. 
  5. Use the To Lowercase activity to convert the entire string variable to lowercase letters. 
  6. Use the To Uppercase activity to convert the entire string variable to uppercase letters. 
  7. Use the Trim activity to remove any spaces from the left or right side of the text in the string variable. 
Activities Used“Split String, String Replace, To LowerCase, To UpperCase, Trim, Message Box”
Video Link https://www.youtube.com/watch?v=rGyj8DUQMk0&list=PLwFA5laAhcEJ7sVztHRNXDdXffy2odMvv&index=23