ENCODEURL

Returns a URL-encoded string.

Use this function to transform text with symbols of national alphabets (for example accented characters, non-ASCII alphabets or Asian words) to a string of URL-standard symbols.

Syntaxis

ENCODEURL(Text)

Text: String to encode to a sequence of URL-standard symbols.

Voorbeelden

If cell A1 contains the Cyrillic text "автомобиль", =ENCODEURL(A1) returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word "автомобиль" means car in Russian).

If cell B1 contains the text "車", =ENCODEURL(B1) returns %E8%BB%8A ("車" means car in Japanese).

Technische informatie

tip

Deze functie is beschikbaar sinds LibreOfficeDev 5.0.


Deze functie is GEEN onderdeel van de standaard Open Document Format for Office Applications (OpenDocument) Versie 1.3. Deel 4: Recalculated Formula (OpenFormula) indeling. De naamruimte is

COM.MICROSOFT.ENCODEURL