Nodes: String

Last updated 5 August 2026
Name Function
String:Append

String:Builder

String:Builder allows you to dynamically

patch together multiple strings.

String:Decompress

String:Decompress -

String:Find

String:Find emits 1(TRUE) if the

buffered String is found anywhere

in the received String.

String:FindIP

String:FindNumber

String:FindNumber finds any Float or integer

in a String and emits it as a numeric variable.

String:FromJson

String:FromJson either takes a Json string with a single

value and emits its datatype,

or creates a Pack from multiple JSON values.

String:Length

String:Length tells you how many characters

are in a String.

String:Prepend

String:Prepend combines 2 Strings together,

by adding the stored String at the beginning

of the received.

String:RegexMatch

String:RegexMatch alllows you to filter

for certain patterns in strings and isolate

these parts, using regular expression*.

String:RegexReplace

String:RegexReplace allows you to filter

for certain patterns in strings and edit

these parts, using regular expression*.

String:Route

String:Route is the easiest way to parse

string inputs in Backstage.

It compares the start of a String with one

or multiple Routes, on a match it will remove

the matched part, end emit the rest of the string

on this output.

String:SubString

String:SubString extracts a part of a String

defined by position and length.

String:ToJson

String:ToJson takes any Node editor Datatype

and converts it to a JSON compatible String.