unescape(string,encoding=@@accept_charset)
Class Public methods
URL-decode a string with encoding(optional).
1 2 | string = CGI : :unescape ( "%27Stop%21%27+said+Fred" ) # => "'Stop!' said Fred" |
URL-decode a string with encoding(optional).
1 2 | string = CGI : :unescape ( "%27Stop%21%27+said+Fred" ) # => "'Stop!' said Fred" |
Designed by : w10schools
service@w10schools.com
Please login to continue.