Nodo Recortar texto¶
The Slice String node extracts a string segment from a larger string.
Entradas¶
- Cadena de texto
String value to be sliced.
- Posición
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.
- Longitud
Integer value used to determine how many characters are extracted from the input string.
Propiedades¶
Este nodo no contiene propiedades.
Salidas¶
- Cadena de texto
String value of the extracted substring.