String Replace - Arnold User Guide
Replace all non-overlapping occurrences of the match pattern on all string parameters for selected nodes. The match/replace can be targeted to a specific OS.
Enable
Enable/disable the operator. Disabled operators are bypassed when the operator graph is evaluated.
Inputs
Connected upstream operator nodes.
Selection
An expression to select which nodes this operator will affect. The expression syntax is described in the selection expression documentation, with some examples. Note that if the operator is connected to a procedural the selections are assumed to be relative to the procedural's namespace.
Match
A regular expression pattern to match.
Replace
The matched patterns in the string parameter values will be replaced with this string.
OS
The string replacement will be carried out on any platforms by default, but it can be targeted to a specific OS (linux, windows, mac).
Enable
Enable/disable the operator. Disabled operators are bypassed when the operator graph is evaluated.
Inputs
Connected upstream operator nodes.
Selection
An expression to select which nodes this operator will affect. The expression syntax is described in the selection expression documentation, with some examples. Note that if the operator is connected to a procedural the selections are assumed to be relative to the procedural's namespace.
Match
A regular expression pattern to match.
Replace
The matched patterns in the string parameter values will be replaced with this string.
OS
The string replacement will be carried out on any platforms by default, but it can be targeted to a specific OS (linux, windows, mac).