<?php rawurldecode(string $string): string
<?php public function decodedPath() { return rawurldecode($this->path()); }
<?php { $path = rtrim($request->getPathInfo(), '/') ?: '/'; return preg_match($route->getCompiled()->getRegex(), rawurldecode($path)); } }