urlencode - Encode a string.
urlencode(string)
This function is to to encode a string The parameters are encoding according to http://en.wikipedia.org/wiki/Percent-encoding for application/x-www-form-urlencoded type.
Note: In the followings examples, the _ between the { should be removed to make it work.
res={_{urlencode(' ?&');}}. return res=+%3F%26.
{{ include("includes/strings.sn") }}
Written by Pierre Laplante, <laplante@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2024 extenso Inc. All rights reserved.