getQuery
Get the query string from a URL (without the leading ?).
url(required): URL string
bash
echo '{"url": "https://example.com/search?q=hello&page=2"}' | utlx -e 'getQuery($input.url)'
# "q=hello&page=2"utlx
{
queryString: getQuery($input.url)
}