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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Text.EncodeURLComponent
Encodes an URL component.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Text | 3.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "Text.EncodeURLComponent"; text { ; encoding } ) More
(old name: String.EncodeURLComponent)
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| text | The text to encode. | $URL | |
| encoding | The text encoding for text parameter. Default is native. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
"UTF-8" | Optional |
Result
Returns encoded string.
Description
Encodes an URL component.Please check what text encoding you want to use. Especially what the software processing the hex string expects.
Examples
Encode blog URL:
MBS("Text.EncodeURLComponent"; "http://www.mbsplugins.de")
Example result: "http%3A%2F%2Fwww%2Embsplugins%2Ede"
See also
Example Databases
- CURL/Amazon S3 Download Picture
- CURL/Amazon S3 Upload File
- CURL/Amazon S3 Upload Picture
- CURL/WebServices/CURL FMS Admin API v18
- CURL/WebServices/WeatherBit.io test
Blog Entries
FileMaker Magazin
Created 18th August 2014, last changed 11st December 2016
Text.EncodeToXML - Text.FileExtensionToMimeType
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins