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
Decodes an URL component.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
(old name: String.DecodeURLComponent)
Parameter | Description | Example |
---|---|---|
text | The text to decode. | $URL |
Returns encoded string.
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: 🍎 🍓 🍒
This function is free to use.
Created 18th August 2014, last changed 31st January 2023