ProtoFlux:Unescape String

From Resonite Wiki
Revision as of 01:47, 19 February 2024 by 989onan (talk | contribs) (Create Unescape String ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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