Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

url_encode

Function: url_encode
  URL Encode a value.

Examples:

  url_encode('ftp://s-ite.tld/?value=put it+ะน')
  -- Result: "ftp://s-ite.tld/?value=put%20it+%D0%B9"




Signatures
text -> text