Type: nodetool.text.FormatText
Namespace: nodetool.text
Description
Replaces placeholders in a string with dynamic inputs using or `{variable}` syntax.
Supports Jinja2-style filters:, ,,
,, ,.
text, template, formatting, format, variable, replace
Use cases:
- Generating personalized messages with dynamic content
- Creating parameterized queries or commands
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| template | str |
Template string with or `{variable}` placeholders. | |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Related Nodes
Browse other nodes in the nodetool.text namespace.