...
For example, if the user supplies the input string "<kitten><#catgifs>", the url
returned is "https://example.com?query=<kitten><#catgifs>"
which is not a valid URL.
...
If the user supplies the input string "#YOLO2018
<#catgifs>", the url
returned is "
https://example.com?query=%3Ckitten%3E%3C%23catgifs%3E"
which is a valid URL.
Applicability
...