Slice String Node

    The Slice String node.

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

    字符串型

    位置

    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.

    长度

    这个节点没有属性。

    字符串型

    String value of the extracted substring.