Cleaned it up a little. |
m YoshBot moved page ProtoFlux:Escape Uri Data String to ProtoFlux:EscapeUriDataString: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:51, 20 August 2025
Escape Uri Data 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.