String Replace
- result
- replace_count
◄text►
◄old►
◄new►
◄count-1►
◄case_sensitivetrue►
CategoryString Function
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| old | STRING | — | |
| new | STRING | — | |
| countopt | INT | -1-1–99999 | 置換する最大回数。-1 は全て置換 |
| case_sensitiveopt | BOOLEAN | true | False にすると大文字小文字を無視して置換 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |
| replace_count | INT | — |