ProtoFlux:Escape Uri Data String

From Resonite Wiki
Revision as of 21:52, 19 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the Escape Uri Data String node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.