Replace String Node¶
The Replace String node replaces a string segment with another.
Inputs¶
- String
Standard string input.
- Find
The substring to find in String to be replaced.
- Substituir
A string segment which replaces occurrences of the Find substring.
Saídas¶
- String
Saída string padrão.
Examples¶
Using the node to add the newline character to a string.¶