ComfyUI Node
EZ Extract Prompt
Extracts lines of text based on the searchword
EZ Extract Prompt
- STRING
◄string►
◄searchword►
◄extract_allfalse►
◄pass_originalfalse►
CategoryEZ NODES
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| string | STRING | Text to be processed. | |
| searchword | STRING | Header name to be searched. | |
| extract_all | BOOLEAN | false | If true, extracts the original text of all headers, removing extra line breaks. |
| pass_original | BOOLEAN | false | If true, passes the original input to output when no searchword is found. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | Processed text. |