News

Retrieves a substring of some input and sets the specified output variable. This variable can be accessed via steps.<step_id>.outputs.<output_name>. value Value that the substring will be obtained ...
It is possible to determine which character features at a position within a string: wordOne[2] - would give the answer "m", as m is the third character in the word “Computer” (remember computers start ...