I\'m trying to set a regexp which will check the start of a string, and if it contains either http:// or https:// it should match it.
http://
https://
How c
This will work for URL encoded strings too.
^(https?)(:\/\/|(\%3A%2F%2F))