From 9c8b9409b9d8ce4b0aad7dd3619f75e443cada71 Mon Sep 17 00:00:00 2001 From: Chromum Date: Fri, 9 May 2025 10:10:56 +0000 Subject: [PATCH] Update Nodes/String/Replace --- Nodes%2FString%2FReplace.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Nodes%2FString%2FReplace.md b/Nodes%2FString%2FReplace.md index f613d20..4ac428a 100644 --- a/Nodes%2FString%2FReplace.md +++ b/Nodes%2FString%2FReplace.md @@ -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