Slice String Node

../../../_images/modeling_geometry-nodes_text_slice-string_node.png

The Slice String node.

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

输入

字符串型

String value to be sliced.

位置

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.

长度

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

属性

这个节点没有属性。

输出

字符串型

String value of the extracted substring.