Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:EscapeUriDataString

From Resonite Wiki
Escape Uri Data String
String
*
Network

The Escape Uri Data String node takes in a string literal and converts that string into another string that uses Percent Encoding. This is used mostly for applications that can only read the ASCII representation of characters.

This node should not be confused with the Escape String node, which has the output of \ as the escaped string. If you need separator characters for file paths, use that node instead.

Inputs

* (string)

The string literal that we want to encode.

Outputs

* (string)

The encoded string literal.