Unwinds percent-encoding in given input string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input |
Encoded input string. |
||
character(len=len(input)), | intent(out) | :: | output |
Decoded output string. |