Skip to content

Instantly share code, notes, and snippets.

@ymek
Created September 13, 2012 17:37
Show Gist options
  • Select an option

  • Save ymek/3716092 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/3716092 to your computer and use it in GitHub Desktop.
# match a TLD from a referrer (rails 3)
request.referrer[/^(?:(?:http|https)):\/\/(?:[a-z0-9]+(?:[\-\.]{1}))?([a-z0-9]+*\.[a-z]{2,5})/, 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment