sqlpage.url_encode(string)
Introduced in SQLPage 0.12.0.
Returns the given string, with all characters that are not allowed in a URL encoded.
Example
select 'text' as component;
select 'https://example.com/?q=' || sqlpage.url_encode($user_search) as contents;
Result
https://example.com/?q=hello%20world
Parameters
string
The string to encode.
basic_auth_password
basic_auth_username
cookie
current_working_directory
environment_variable
exec
fetch
hash_password
header
link
path
persist_uploaded_file
protocol
random_string
read_file_as_data_url
read_file_as_text
request_method
run_sql
uploaded_file_mime_type
uploaded_file_name
uploaded_file_path
url_encode
variables
version