ComfyUI Node
String Trim
文字列の前後から空白または指定文字を除去します
String Trim
- result
◄text►
◄modeboth►
◄chars►
CategoryString Function
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| mode | COMBO | both | both=前後, left=左のみ, right=右のみ |
| charsopt | STRING | 除去する文字を列挙。空白のままにすると空白文字を除去 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |