decode uri component

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

decode uri component 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 decodeURIComponent: decodes ALL %XX escapes including reserved characters, and + passes through UNCHANGED (never becomes a space). A malformed % sequence returns the input UNCHANGED instead of erroring. Example: "a%2Fb+c" -> "a/b+c".

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

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

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