Notification

The AppSheet Help Center documentation can now be viewed in Japanese - AppSheet ヘルプセンターのドキュメントが日本語で表示できるようになりました。. 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
Google apps
Main menu
17374189607084552597
true
Search Help Center
true
true
true
false
false