Module expr_fn

Module expr_fn 

Source

Functions§

parse_url
Extracts a part from a URL, throwing an error if an invalid URL is provided.
try_parse_url
Same as parse_url but returns NULL if an invalid URL is provided.
try_url_decode
Same as url_decode but returns NULL if an invalid URL-encoded string is provided
url_decode
Decodes a URL-encoded string in ‘application/x-www-form-urlencoded’ format to its original format.
url_encode
Encodes a string into a URL-encoded string in ‘application/x-www-form-urlencoded’ format.