jangaroo-runtime.2.0.19.source-code.unescape.as Maven / Gradle / Ivy
package {
/**
* Evaluates the parameter str
as a string, decodes the string from URL-encoded format (converting all hexadecimal sequences to ASCII characters), and returns the string.
* @param str A string with hexadecimal sequences to escape.
*
* @return A string decoded from a URL-encoded parameter.
*
*/
[Native]
public native function unescape(str:String):String;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy