Validation

URL

Matches standard URLs (http/https)

/^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$/

Type in the box above to test if your input matches the regex pattern.

Test Cases

https://google.com
http://example.org/path
google
htp://error

Tags

#web #link