ProtoFlux:ReplaceSubstring

From Resonite Wiki
Revision as of 00:32, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Replace Substring to ProtoFlux:ReplaceSubstring: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Replace Substring
Str
*
SearchFor
ReplaceWith
StartIndex
Operators

Replace Substring is a ProtoFlux node that replaces the all occurrences of SearchFor (String) in Str (String) with ReplaceWith (String).

Inputs

Str (String)

The string to search for SearchFor (String) in.

SearchFor (String)

The string to be replacing in Str (String).

ReplaceWith (String)

What to replace SearchFor (String) with.

Outputs

* (String)

Returns Str (String) with all occurances of SearchFor (String) replaced with ReplaceWith (String).

Examples