Input Text
Output Result
0
Input Characters
0
Output Characters
0
Lines Processed
0ms
Processing Time
📝 Examples & Use Cases
Query Parameters:
name=John%20Doe&email=john%40example.com
→
name=John Doe&email=john@example.com
Form Data:
search=hello%2Bworld&category=tech%26science
→
search=hello+world&category=tech&science
File Paths:
path=%2Fhome%2Fuser%2Fdocuments%2Ffile.txt
→
path=/home/user/documents/file.txt