Slice String Node¶
The Slice String node extracts a string segment from a larger string.
入力¶
- 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(プロパティ)¶
このノードにはプロパティがありません。
出力¶
- String(文字列)
String value of the extracted substring.