$url.decode
Decode the string with UTF-8.
Syntax:
$url.decode( string )
Returns:
decoded string
Version Since:
3.2
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$url.decode($getDisplayname(From)) = (.+)
Decode the From header’s display name.