ProtoFlux:Escape Uri Data String: Difference between revisions

From Resonite Wiki
Created a page for the Escape Uri Data String node.
 
m Add a warning note for differentiate Escape Uri Data String and Escape String
Line 25: Line 25:


The encoded string literal.
The encoded string literal.
{{Note|The <code>Escape Uri Data String</code> ProtoFlux node is not to be confused with <code>[https://wiki.resonite.com/ProtoFlux:Escape_String Escape String]</code> which has the output of '\' as escaped String|warning}}


[[Category:ProtoFlux:Network]]
[[Category:ProtoFlux:Network]]

Revision as of 04:38, 22 May 2024

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.

Inputs

* (string)

The string literal that we want to encode.

Outputs

* (string)

The encoded string literal.

The Escape Uri Data String ProtoFlux node is not to be confused with Escape String which has the output of '\' as escaped String