Strings
Substring
Returns the node of the string between the start and end indexes
Inputs
- string: String to get substring from (required)start: Start index (required)end: End index (required)
Outputs
- value: Substring
Returns the node of the string between the start and end indexes