Good Day,
i need to capture current url in template, but when i try to use token data the & is replaced by space..

Current URL: [[Request:URL]]<br />
many thanks in advance
Many Thanks to @Kelly Ford but i´ve another question how to use replacement in xmod:Format? i try to see it in docs.. and there is not example.
<xmod:Format Type="UrlEncode" Value='[[Request:URL]]' /><br>
<xmod:Format Type="UrlDecode" Value='[[Request:URL]]' />

the option urlEncode give me complete url and the urlDecode still replace & with space.. i think there is an option and is use replacement option in xmod:Format to change the space back to &..