[go: up one dir, main page]

Notification

AppSheet will be conducting service maintenance starting Sunday, May 19th, 2024 at 12:00 PM (7:00 PM UTC) and completing no later than 4:00 PM PDT (11:00 PM UTC). Learn more

ENCODEURL()

Encode text for use in URL

Returns a URL-encoded text string.

Sample usage

ENCODEURL("Hello") returns Hello

ENCODEURL("Hello!") returns Hello%21

ENCODEURL("Hello there!") returns Hello%20there%21

("https://www.google.com/search?q=" & ENCODEURL("AppSheet is fun!")) returns https://www.google.com/search?q=AppSheet%20is%20fun%21

Syntax

ENCODEURL(text)

  • text - Text string to be URL encoded.

Notes

  • Encoding removes any special meaning the individual characters within the text string might have when used within a URL.

  • Characters with special meanings in URLs include but are not limited to: space, ampersand (&), comma (,), hash (#), plus (+), question mark (?), semicolon (;), slash (/), and others.

  • For safety, all characters that aren't letters or numbers are subject to encoding.

See also

HYPERLINK()

SUBSTITUTE()

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

true
Search
Clear search
Close search
Main menu
3162108953299198228
true
Search Help Center
true
true
true
false
false