Houdini 20.5 Nodes APEX nodes

string::Replace 2.0

Performs substring replacement in a string.

On this page
Since 20.5

Replaces a substring in a string.

Inputs

input: String

The string to perform substitutions into.

find: String

The substring to replace.

replace: String

The substring that replaces find in the input.

Outputs

result: String

The resulting string where input has all substrings of find replaced with replace.

See also

APEX nodes