Module: Editor
Version: 2.2.1 +
Description
The formula 'EncodeURL' converts a text string to a URL formatted string.
The name of an URL has some restrictions, one of those restrictions is that it is not allowed to have any spaces in the URL name. The formula 'EncodeURL' converts the text string to an applicable URL string.
Parameters
Text:
Here you can fill in or refer to the text you want to convert to an applicable URL.
Example
Description
Suppose that the name of a person has to be send to a webservice using an URL. The name consists of a fist name 'John' and a last name 'Doe'. However the name 'John Doe' is not allowed in a URL. The formula 'EnodeURL' will code the name into 'John+Doe', which is allowed.
Values parameters
Result