PowerUp Description
The pwrURLESCAPE PowerUp function converts a string value to its equivalent string with special characters escaped to be included on a URL.
PowerUp Syntax
pwrURLESCAPE(value)
The pwrURLESCAPE PowerUp function has the following arguments:
value – Required. This is the string to have special characters escaped for inclusion on a URL.
Return Value
pwrURLESCAPE will return an equivalent string with special characters properly escaped so they may be included on a URL.
Remarks
None.
Example
=pwrURLESCAPE("führung")
Will return the following:
f%C3%BChrung