String Split
- before
- after
◄text►
◄delimiter►
◄occurrence1►
◄use_lastfalse►
CategoryString Function
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| delimiter | STRING | — | |
| occurrenceopt | INT | 11–999 | 何番目の区切り文字で分割するか (use_last が True のときは無視) |
| use_lastopt | BOOLEAN | false | True にすると最後に出現した区切り文字で分割する |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| before | STRING | — |
| after | STRING | — |