Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: decode-url doesn't do what I want
Pages: [1] Print
Author Topic: decode-url doesn't do what I want  (Read 168 times)
rebolnotes
Newbie
*
Offline Offline

Posts: 23


View Profile
decode-url doesn't do what I want
« on: August 09, 2008, 09:40:00 AM »

I want to transform
hello%20world
into
hello world

like here:
http://www.simplelogic.com/Developer/URLDecode.asp?string=hello%2520world&submit=Clean+Data

but rebol decode-url doesn't seem to do that ?

Thanks.
Logged
Sunanda
Full Member
***
Offline Offline

Posts: 110


View Profile
Re: decode-url doesn't do what I want
« Reply #1 on: August 09, 2008, 09:52:56 AM »

dehex works better in your case:
Code:
dehex "hello%20world"
== "hello world"
Logged
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: decode-url doesn't do what I want
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 21, 2008, 06:06:47 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2290 Posts in 593 Topics by 3742 Members
Latest Member: CorHorgeExpex

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc