All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jangaroo-runtime.2.0.19.source-code.unescape.as Maven / Gradle / Ivy

There is a newer version: 4.1.8
Show newest version
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