System:Router:decodeForRewriteUrl

From Aspen Documentation

Decodes a string encoded by encodeForRewriteUrl for use in the url. Since 1.0

Arguments

string decodeForRewriteUrl (string $var)

var
The text that needs to be decoded.

Returns

Returns a string.

Examples

Example:

$this->APP->router->decodeForRewriteUrl('Some_TEXT_for_Url-and-Use')

Returns:

Some TEXT for Url&Use