Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Created October 22, 2016 15:39
Show Gist options
  • Save arturparkhisenko/1d206c78d823490150e9bd69caa85f09 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/1d206c78d823490150e9bd69caa85f09 to your computer and use it in GitHub Desktop.
js-url-regex
var regex = /^((http|https)://)?[\w\.]+\.\w{2,5}$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment