AGSoft Text Replace
AGSoft Text Replace
A node for performing multiple find-and-replace operations on a single text string. You can define up to three different search and replace pairs, with options for case sensitivity and whole-word matching. Нода для выполнения нескольких операций поиска и замены в одной текстовой строке. Вы можете определить до трех разных пар поиска и замены с опциями чувствительности к регистру и соответствия целым словам.
Pack: comfyui-AGSoft
custom_nodes.comfyui-AGSoft
Inputs (13)
| Name | Type | Required |
|---|---|---|
| text | STRING | required |
| find1 | STRING | required |
| replace1 | STRING | required |
| case_sensitive1 | BOOLEAN | required |
| whole_word1 | BOOLEAN | required |
| find2 | STRING | required |
| replace2 | STRING | required |
| case_sensitive2 | BOOLEAN | required |
| whole_word2 | BOOLEAN | required |
| find3 | STRING | required |
| replace3 | STRING | required |
| case_sensitive3 | BOOLEAN | required |
| whole_word3 | BOOLEAN | required |
Outputs (1)
| Name | Type |
|---|---|
| STRING | STRING |