On Sep 10, 6:00 pm, Kady <[email protected]> wrote: > What is the difference between URL.decode and URL.decodeComponent > methods ? Any example is appreciated.
The exact same difference as between decodeURI and decodeURIComponent in plain old JS: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/decodeURI https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/decodeURIComponent http://stackoverflow.com/questions/747641/what-is-the-difference-between-decodeuricomponent-and-decodeuri http://livedocs.adobe.com/flex/3/langref/package.html#decodeURI() (ActionScript 3 is an extension of ECMAScript) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
