decode uri

This block is part of the value group and was last modified in core v13.0.7.

decode uri v13.0.7

Decodes a URI by replacing URI safe characters with normal characters.

In pins 1
  • value required
    value
Out pins 1
  • output
    value

Mirrors JS decodeURI: decodes %XX escapes EXCEPT the reserved set ;/?:@&=+$,# which stay percent-encoded, and + is NOT converted to a space. A malformed % sequence returns the input UNCHANGED instead of erroring. Example: "a%2Fb%20c" -> "a%2Fb c".

A typical wiring for decode uri: value feeds the value pin; the value out pin feeds convert to uppercase.

Studio canvas example for the decode uri block: typical wiring for decode uri.

Version history

Introduced in v13.0.7.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to value Return to the main group to view all sub-groups Back to value Return to the group to view all blocks within this group