blender-manual/manual/modeling/geometry_nodes/utilities/text/replace_string.rst

794 B

Replace String Node

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.

Replace

A string segment which replaces occurrences of the Find substring.

Properties

This node has no properties.

Outputs

String

Standard string output.

Examples

https://projects.blender.org/blender/blender-manual/media/branch/main/manual/images/modeling_geometry-nodes_text_replace-string_example.png

Using the node to add the newline character to a string.