Skip to content

Instantly share code, notes, and snippets.

@zvlex
Created October 14, 2014 20:43
Show Gist options
  • Select an option

  • Save zvlex/f8ed7a8673f79d62b7ae to your computer and use it in GitHub Desktop.

Select an option

Save zvlex/f8ed7a8673f79d62b7ae to your computer and use it in GitHub Desktop.
URI Regexp for Rails 4
/\A(http|https):\/\/(([a-z0-9]+\:)?[a-z0-9]+\@)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?\z/ix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment