Topic
How to encode a string to be compliant with the HTML format, for a URL string.
For example:
encoding the dash symbol "-"
Input : Nintex-Form
Output : Nintex%25DForm
For example:
encoding the dash symbol "-"
Input : Nintex-Form
Output : Nintex%25DForm
Instructions
Use the inline function fn-replace() to match and replace the special characther with the HTML encoded value.
Additional Information
Related Links