Replace String Node¶
![Replace String node.](../../../../_images/node-types_FunctionNodeReplaceString.webp)
The Replace String node replaces a string segment with another.
入力¶
- String(文字列)
Standard string input.
- Find
The substring to find in String to be replaced.
- Replace(置き換え)
A string segment which replaces occurrences of the Find substring.
Properties(プロパティ)¶
このノードにはプロパティがありません。
出力¶
- String(文字列)
標準の文字列出力です。
例¶
![../../../../_images/modeling_geometry-nodes_text_replace-string_example.png](../../../../_images/modeling_geometry-nodes_text_replace-string_example.png)
Using the node to add the newline character to a string.¶