Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Text.DecodeURLComponent

Decodes an URL component.

Component Version macOS Windows Linux Server iOS SDK
Text 3.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Text.DecodeURLComponent"; text )   More

(old name: String.DecodeURLComponent)

Parameters

Parameter Description Example
text The text to decode. $URL

Result

Returns encoded string.

Description

Decodes an URL component.

Examples

Decode an URL:

MBS("Text.DecodeURLComponent"; "http%3A%2F%2Fwww%2Embsplugins%2Ede")

Example result: http://www.mbsplugins.de

Decode emoji:

MBS( "Text.DecodeURLComponent"; "%F0%9F%8D%8E%20%F0%9F%8D%93%20%F0%9F%8D%92"; "UTF-8" )

Example result: 🍎 🍓 🍒

See also

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 31st January 2023


Text.DecodeIMAPFolderName - Text.Deserialize