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