Decodes a string encoded by encodeForRewriteUrl for use in the url. Since 1.0
string decodeForRewriteUrl (string $var)
Returns a string.
Example:
$this->APP->router->decodeForRewriteUrl('Some_TEXT_for_Url-and-Use')
Returns:
Some TEXT for Url&Use