-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uri decode function #2261
Comments
Same issue. This function is necessary for processing URLs in locales other than English. |
Rosetta Code has a demonstration of an URL decoder in jq. It works for my use cases. Is it possible to integrate this code into jq? |
oh I missed this before! it works wonderfully, thank you! |
Describe the bug
The
@uri
string formatter percent-escapes it's input, but there is no filter to reverse the process.To Reproduce
It seems that perhaps
@text
would convert it back, but it passes the string unmodified:Expected behavior
That there would be a
@urid
or similar to match@base64
/@base64d
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: