Slice String Node¶
The Slice String node extracts a string segment from a larger string.
Inputs (Inputs)¶
- String
String value to be sliced.
- Positie
Integer value used to determine the starting point of the new string within the input string. The first letter of the string is at index 0.
- Length (Lengte)
Integer value used to determine how many characters are extracted from the input string.
Properties (Eigenschappen)¶
Deze node heeft geen eigenschappen.
Outputs (Outputs)¶
- String
String value of the extracted substring.