ProtoFlux:EscapeString

From Resonite Wiki
Revision as of 23:51, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Escape String to ProtoFlux:EscapeString: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Escape String
String
*
Strings

The Escape String node escapes strings by adding \ behind special characters. Its intention is for use in an environment with .NET Regular Expressions, but since Resonite does not currently implement any user-facing regex, its usefulness is limited.

If you need percent encoding for network communication outside of Resonite, use the Escape Uri Data String node instead.

String (string)

The string to escape.

* (string)

The escaped string with \ added behind the following characters: \, *, +, ?, |, {, [, (, ), ^, $, ., #, and whitespace characters.

Examples

See Also