Update Nodes/String/Replace

Chromum 2025-05-09 10:10:56 +00:00
parent 8c9b34e133
commit 9c8b9409b9

@ -2,7 +2,7 @@
---
## Input Ports
## 🔌Input Ports
| Name | Type | Description |
|------------------|------------------|--------------------------------------------------------------------------|
@ -12,7 +12,7 @@
---
## Export Ports
## 📤 Export Ports
| Name | Type | Description |
|-------------------|------------------|--------------------------------------------------------------------------|
@ -20,7 +20,7 @@
---
## Description
## 📝Description
The **String Replace** node searches for all instances of a specified substring in the original string and replaces them with a new value.
Perfect for modifying dynamic strings, filenames, or templated content in your graph workflows.
@ -29,6 +29,6 @@ This node is derived from [`BaseImageNode`](../../Nodes/BaseImageNode).
---
## Known Issues
## ⚠️ Known Issues
N/A