Type: nodetool.text.Extract
Namespace: nodetool.text
Description
Extracts a substring from input text. text, extract, substring
Use cases:
- Extracting specific portions of text for analysis
- Trimming unwanted parts from text data
- Focusing on relevant sections of longer documents
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| start | int |
0 |
|
| end | int |
0 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the nodetool.text namespace.