This pcre style regex tests for valid URLs capturing the whole address. It will capture http and https only. Compatible with multiple sub-domains and raw IPV4 addresses, as well as paths, queries, and parameters. See below for examples:
Will match these valid URLS:
https://www.example.com/foo/?bar...
Submitted by 1nc3p710n - 6 years ago