Pattern for non-port-80/443 sites

I don't know if this is the right forum section to post this but I wrote a quick regex for use with non-port-80/443 sites, as many corporate firewalls block non-HTTP(S) traffic.

https?://.*\..+\..+:\d+/.*

I can post this again in the 'Share Your Patterns' section if necessary.

Cheers,
doonyakka

Hi doonyakka, Sure, please

Hi doonyakka,

Sure, please post it in the Share Your Patterns forum, too. Maybe some examples of URLs that match the pattern would help people who aren't regexp experts, too.

Thanks,
Eric
p.s. thanks for the contribution!!