Get Sub Text
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.
Input
Text:
String Argument
Input the text from which the subtext is to be generated.
Start Index:
Integer Argument
Input the start index of the subtext.
Length:
Integer Argument
Input the length of the subtext.
Output
Result:
String Variable
Stores the sub text generated in the specified String variable.
Last updated