Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem