GetAsURLEncodedRFC3986 ( Text )
Add RFC3986 reserved characters to GetAsURLEncoded function (RFC2396).
Be the first to rate this function Log in to vote
Koji Takeuchi - Show more from this author
TonicNote, Inc. https://tonicnote.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
GetAsURLEncodedRFC3986 ( Text )
2021.11.27, Koji Takeuchi
description:
Add RFC3986 reserved characters to GetAsURLEncoded function (RFC2396).
ex.
GetAsURLEncodedRFC3986 ( ":!'()*" )
= "%3A%21%27%28%29%2A"
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.