ProtoFlux:Escape String

From Resonite Wiki
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