Nút Phân Đoạn Chuỗi Ký Tự (Slice String Node)

Slice String node.

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

Đầu Vào (Inputs)

Chuỗi Ký Tự (String)

String value to be sliced.

Vị Trí (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.

Chiều Dài (Length)

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

Tính Chất (Properties)

Nút này không có Tính Chất nào cả.

Đầu Ra (Outputs)

Chuỗi Ký Tự (String)

String value of the extracted substring.