/
URI

URI

Engine Compatibility

This library has not yet been ported to the New Pico Engine


The URI module is used to escape and unescape strings to/from a URI acceptable format (replacing spaces with '%20' for example).


Escape

escaped = uri:escape("This is a test"); // Returns 'This%20is%20a%20test'


Unescape

 unescaped = uri:unescape("This%20is%20a%20test"); // Returns 'This is a test'

Related content

engine
engine
More like this
Ruleset that provides a general purpose URL shortener
Ruleset that provides a general purpose URL shortener
More like this
math
More like this
Content negotiation with HTTP
Content negotiation with HTTP
More like this
Pico Engine DIDCommV2 Message Types
Pico Engine DIDCommV2 Message Types
More like this
Pico Engine UI -- Engine Rulesets page
Pico Engine UI -- Engine Rulesets page
More like this

Copyright Picolabs | Licensed under Creative Commons.