ProtoFlux:Unescape String

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