You have a string that is URL encoded and you would like to get the original decoded value.
When given a URL encoded string, this will decode it.
String
String to URL decode.
Inputs: String: This-is-%40-test%21
Results of Example 1:
Last updated 5 months ago
Was this helpful?
This-is-@-test!