Tier 5 · Conjurermatch
Starts With HTTP
Match strings that begin with "http".
^ does not match a character. It matches a position — the start of the string.
Your pattern0 chars · par 5
//
Flags
Start typing — tests run as you go.0 of 5 visible tests passing
Test cases
http://example.commust matchhttps://example.commust matchsee http://example.commust not match·http://example.commust not matcha leading space means it does not start with http
ftp://example.commust not match
+ 8 hidden tests, checked when you submit. They are what stops a pattern that only fits the examples above.