Skip to content

Instantly share code, notes, and snippets.

@radiovisual
Created March 14, 2016 11:59
Show Gist options
  • Save radiovisual/d953c2355ae781085174 to your computer and use it in GitHub Desktop.
Save radiovisual/d953c2355ae781085174 to your computer and use it in GitHub Desktop.
Simple URL RegExp
// WIP
var urlrx = /%&=a-zA-Z:\/0-9\._-]*/g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment