jasonOramo / urlConversation

decode JS urlencoded in string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please use encodeURIComponent/decodeURIComponent instead of encodeURI/decodeURI in the JS file.

use Convertor::getEncodedStr to get the string that could be decoded by decodeURIComponent function. use Convertor::getRawString to get the string which is encoded by encodeURIComponent function in JS.

About

decode JS urlencoded in string


Languages

Language:PHP 100.0%