Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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