decode
Transforms the input text by url decoding it.
Arguments
- input
- The input text value.
Returns
The input value url decoded.
Remarks
This transform performs a Server.UrlDecode on the input.
Examples
${decode($1)}
Transforms the input text by url decoding it.
The input value url decoded.
This transform performs a Server.UrlDecode on the input.
${decode($1)}