L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.

@URLENCODE

Windows Linux macOS

Syntax

@URLENCODE(<string>)

Description

This function returns the value of <string> in which the characters $0..$20, '"', '#', '%', '<', '>', '[', '\, ']', '^', '`', '{', '|', '}', '~' and $7F..$FF are encoded with their hexadecimal ASCII codes (e.g. space = %20) to comply with the format for a web URL.

OK

Unchanged.

See also