Type: nodetool.text.Replace
Namespace: nodetool.text
Description
Replaces a substring in a text with another substring. text, replace, substitute
Use cases:
- Correcting or updating specific text patterns
- Sanitizing or normalizing text data
- Implementing simple text transformations
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| old | str |
`` | |
| new | str |
`` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the nodetool.text namespace.