Skip to Content
0
Nov 22, 2016 at 11:01 AM

URL encode

1464 Views Last edit Nov 22, 2016 at 11:06 AM 2 rev

I would like to encode a URL in absl.
e.g.
& -> %26
One method would be to replace all umlauts and other special characters, but there are quite a lot of them.
Is there a function available for encoding an URL?