
Uri::encode provides an easy method to encode strings (mainly urls) into a format which can be pasted into a plain text, so that those links are 'clickable' by the person reading it.
if you are looking for speed and want to encode reserved characters, use uri::escape::xs