Gets sub text from the input text.
This activity gets a subtext from the user-specified text input based on the specified length and start index.
Text: String Argument Input the text from which the subtext is to be generated.
String Argument
Start Index: Integer Argument Input the start index of the subtext.
Integer Argument
Length: Integer Argument Input the length of the subtext.
Result: String Variable Stores the sub text generated in the specified String variable.
String Variable
Last updated 3 years ago