Which regular expression should you test against a URL to match both http and https schemes? seenagape 8 years ago Which regular expression should you test against a URL to match both http and https schemes? A.2https? B.[http][https] C.^https? D.http[s] ← Previous question Next question →