Slice String Node

Slice String node.

The Slice String node extracts a string segment from a larger string.

Inputs – Уводи

String

String value to be sliced.

Position – Позиція

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

Integer value used to determine how many characters are extracted from the input string.

Properties – Властивості

Цей вузол наразі немає властивостей.

Outputs – Виводи

String

String value of the extracted substring.