ProtoFlux:Escape String

From Resonite Wiki
Revision as of 10:43, 22 May 2024 by AmasterAmaster (talk | contribs) (Added a note to not get confused on what node to use with string escaping.)
Escape String
String
*
Strings

Escape String escapes strings with '\' according to the Microsoft implementation 4.6 escape string

If you need percent encoding for network communication outside of Resonite, use the escape url data string node instead.

String (String)

The string to escape.

* (String)

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

Examples