SVNW Tools
Switch Mode
Saved Items
Add to Desktop
Search

Result

About the URL Decoder Tool:

1. DecodeURI: Decodes parts of a URI that were encoded using the `encodeURI` function, converting percent-encoded characters back to their original form.

2. DecodeURIComponent: Decodes a URI that was encoded using the `encodeURIComponent` function, converting all percent-encoded characters back to their original form, including reserved URI characters.

My Favorites