dm_html_decode Function

public pure function dm_html_decode(input) result(output)

Reverses HTML encoding.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: input

String to decode.

Return Value character(len=:), allocatable

Decoded string.