/**
 * @internal
 * Matching the current route to the defined custom routes
 * @return string|boolean The matched route or false if no matched route is found
 */
function route_match()
{
    return Router::match();
}