你要瀏覽的網頁目前並未提供你慣用的語言版本。你可以在頁面底部選取其他語言版本,或使用 Google Chrome 內建的翻譯功能,將網頁內容即時翻譯成所選的語言。

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
2928061480608776559
true
Search Help Center
true
true
true
false
false