Skip to main content

encodeurl_fn

Function encodeurl_fn 

Source
pub fn encodeurl_fn(args: &[Value]) -> Value
Expand description

ENCODEURL(url) — percent-encodes a URL string per RFC 3986.

Characters that are unreserved in RFC 3986 (A-Z, a-z, 0-9, -, _, ., ~) are left unchanged. All other characters are percent-encoded.