Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:UnescapeString

From Resonite Wiki
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