madcrystal
Technical User
I'm pulling data where some (but not all) is URL encoded. For instance:
20 - Hello World
30 - Hello%20World
Running URLDecode on the incoming data results in:
20 - Hello World
30 - Hello World
Whereas I'm looking for the data to look like this:
50 - Hello World
Thanks, anyone!
20 - Hello World
30 - Hello%20World
Running URLDecode on the incoming data results in:
20 - Hello World
30 - Hello World
Whereas I'm looking for the data to look like this:
50 - Hello World
Thanks, anyone!