Aug 20, 2014 #1 Vikas1701 Programmer Jul 10, 2014 10 IN Hi, I am facing a problem : encodeURIComponent("@#$abc")is giving output as %40%23%24Abc. after "$" letter is converted to uppercase. Please suggest solution on this. Thanks in advance, Vikas
Hi, I am facing a problem : encodeURIComponent("@#$abc")is giving output as %40%23%24Abc. after "$" letter is converted to uppercase. Please suggest solution on this. Thanks in advance, Vikas
Aug 21, 2014 #2 feherke Programmer Aug 5, 2002 9,540 RO Hi How did you get that ? Gecko, Presto and WebKit browsers return "%40%23%24abc. Node.JS too : Code: [blue]master #[/blue] nodejs -e 'console.log(encodeURIComponent("@#$abc"))' %40%23%24abc Feherke. feherke.ga Upvote 0 Downvote
Hi How did you get that ? Gecko, Presto and WebKit browsers return "%40%23%24abc. Node.JS too : Code: [blue]master #[/blue] nodejs -e 'console.log(encodeURIComponent("@#$abc"))' %40%23%24abc Feherke. feherke.ga