Detect links in the result set, starting with http(s), and allow users to click and navigate
Detect links in the result set, starting with http(s), and allow users to click and navigate. This helps to form links and validate them.
For example, SELECT 'https://www.nuget.org/packages/Newtonsoft.Json';
The result should be a clickable link that opens in the browser.
1
vote
