ProtoFlux:EscapeString: Difference between revisions

From Resonite Wiki
cleanup
m YoshBot moved page ProtoFlux:Escape String to ProtoFlux:EscapeString: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:51, 20 August 2025

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