ProtoFlux:UnescapeString: Difference between revisions

From Resonite Wiki
Create Unescape String ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Unescape String to ProtoFlux:UnescapeString: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:38, 21 August 2025

Unescape String
String
*
Strings

Unescape String gets rid of the '\' generated by an Escape String Node, which escapes strings according to the Microsoft implementation 4.6 escape string

String (String)

The string to unescape.

* (String)

The unescaped string which was escaped with '\' according to the Microsoft implementation 4.6 escape string.

Examples