Skip to main contentModule expr_fn
Source - 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.