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 should work
^(http|https)://